Piped-Redirects/manifest.json
2021-07-20 22:31:35 +05:30

23 lines
525 B
JSON

{
"name": "Piped Redirects",
"version": "1.0",
"description": "Redirects YouTube links to Piped",
"permissions": [
"webRequest",
"webRequestBlocking",
"*://youtu.be/*",
"*://*.youtube.com/*",
"*://*.youtube-nocookie.com/*"
],
"icons": {
"48": "img/logo-48.png",
"96": "img/logo-96.png",
"128": "img/logo-128.png"
},
"background": {
"scripts": [
"js/background.js"
]
},
"manifest_version": 2
}