Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix(versioning): Chrome extension version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWesterlund committed Jun 18, 2022
1 parent f3f8fe9 commit 8e59f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Disney+ PIP",
"description": "Adds Picture-in-Picture (PIP) support for Disney+",
"version": "1.2",
"version": "1.3",
"manifest_version": 3,
"content_scripts": [{
"matches": ["https://*.disneyplus.com/*"],
"js": ["assets/js/script.js"]
}]
}
}

0 comments on commit 8e59f7a

Please sign in to comment.