diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json index 00a45f09..3127beb6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Privacy Redirect", "description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.", - "version": "1.1.30", + "version": "1.1.31", "manifest_version": 2, "background": { "scripts": [ @@ -73,10 +73,6 @@ "page": "pages/options/options.html", "open_in_tab": false }, - "web_accessible_resources": [ - "assets/iframe_api.js", - "assets/www-widgetapi.js" - ], "browser_specific_settings": { "gecko": { "id": "{b7f9d2cd-d772-4302-8c3f-eb941af36f76}" |