diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-01-14 20:48:37 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-01-15 17:29:39 +1100 |
commit | e272de67afbc548a0656c11eda253f607bf448af (patch) | |
tree | 8e120642eb6d2c5a79ab6c8281f3d1d336c0e42a /manifest.json | |
parent | Update screen shots for latest build (diff) | |
download | libredirect-e272de67afbc548a0656c11eda253f607bf448af.zip |
Fix embedded video redirects
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/manifest.json b/manifest.json index 629bfaef..90c8691f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Privacy Redirect", "description": "Redirects Twitter & Youtube requests to privacy friendly alternatives (Nitter & Invidious).", - "version": "1.1.2", + "version": "1.1.3", "manifest_version": 2, "background": { "scripts": [ @@ -19,14 +19,7 @@ "storage", "webRequest", "webRequestBlocking", - "*://twitter.com/*", - "*://www.twitter.com/*", - "*://mobile.twitter.com/*", - "*://youtube.com/*", - "*://www.youtube.com/*", - "*://youtube-nocookie.com/*", - "*://www.youtube-nocookie.com/*", - "*://m.youtube.com/" + "<all_urls>" ], "browser_action": { "default_popup": "pages/popup/popup.html", |