Remove deprecated and add proxy server example

This commit is contained in:
pixeltris
2021-04-11 23:46:26 +01:00
parent 8c72911b3b
commit 9ba777406b
30 changed files with 1774 additions and 8438 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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/*"
]
}