diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-02-19 23:25:33 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-02-19 23:25:33 +1100 |
commit | 33bd56368317f653bb30fc40059495a0c07b05dc (patch) | |
tree | 943b14fe1f65e5d3c6e25ffb8de8a8e53a74bf52 /manifest.json | |
parent | Avoid redirecting `tweetdeck.twitter.com` & list instances (diff) | |
download | libredirect-33bd56368317f653bb30fc40059495a0c07b05dc.zip |
Redirect requests for 'YouTube Player API' assets to local files instead.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 658535ce..81a14428 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Privacy Redirect", "description": "Redirects Twitter, YouTube & Instagram requests to privacy friendly alternatives - Nitter, Invidious, & Bibliogram.", - "version": "1.1.7", + "version": "1.1.8", "manifest_version": 2, "background": { "scripts": [ @@ -34,6 +34,10 @@ "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}" |