mirror of
https://github.com/pixeltris/TwitchAdSolutions.git
synced 2025-04-29 14:14:36 +02:00
16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"name": "Twitch M3U8 Proxy",
|
|
"description": "Twitch M3U8 Proxy",
|
|
"version": "1.0",
|
|
"manifest_version": 2,
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": true
|
|
},
|
|
"permissions": [
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"*://*.twitch.tv/*",
|
|
"*://*.ttvnw.net/*"
|
|
]
|
|
} |