From 0002eb04d770b0644cbf7eecbabcbc2e6e7853cf Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Sun, 15 Aug 2021 23:32:34 +0530 Subject: [PATCH] Request permission for All URLs. Iframes on websites were not being redirected correctly on Firefox without so. Closes #1 --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 39525a2..3cd3dcd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,14 @@ { "name": "Piped Redirects", - "version": "1.0", + "version": "1.1", "description": "Redirects YouTube links to Piped", "permissions": [ "webRequest", "webRequestBlocking", "*://youtu.be/*", "*://*.youtube.com/*", - "*://*.youtube-nocookie.com/*" + "*://*.youtube-nocookie.com/*", + "" ], "icons": { "48": "img/logo-48.png",