mirror of
https://github.com/TeamPiped/Piped-Redirects.git
synced 2024-08-14 23:57:14 +00:00
6af1f49429
Closes #11
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"name": "Piped Redirects",
|
|
"version": "1.2",
|
|
"description": "Redirects YouTube links to Piped",
|
|
"permissions": [
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"*://youtu.be/*",
|
|
"*://*.youtube.com/*",
|
|
"*://*.youtube-nocookie.com/*",
|
|
"<all_urls>"
|
|
],
|
|
"icons": {
|
|
"48": "img/logo-48.png",
|
|
"96": "img/logo-96.png",
|
|
"128": "img/logo-128.png"
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"js/background.js"
|
|
]
|
|
},
|
|
"manifest_version": 2
|
|
}
|