Request permission for All URLs.

Iframes on websites were not being redirected correctly on Firefox without so.
Closes #1
This commit is contained in:
FireMasterK 2021-08-15 23:32:34 +05:30
parent cdeb18a1c0
commit 0002eb04d7
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 3 additions and 2 deletions

View File

@ -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/*",
"<all_urls>"
],
"icons": {
"48": "img/logo-48.png",