diff --git a/chrome/manifest.json b/chrome/manifest.json index 3c1aedb..fbad4e4 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -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"] }] -} \ No newline at end of file +}