ttv-lol-pro/firefox/manifest.json

29 lines
609 B
JSON

{
"background": {
"persistent": true,
"scripts": [
"js/background.js"
]
},
"browser_action": {
"default_icon": {
"128": "images/icon.png"
},
"default_popup": "common/html/popup.html",
"default_title": "TTV LOL"
},
"description": "TTV LOL",
"icons": {
"128": "images/icon.png"
},
"manifest_version": 2,
"name": "TTV LOL",
"permissions": [
"webRequest",
"webRequestBlocking",
"https://*.twitch.tv/*",
"https://usher.ttvnw.net/*",
"https://api.ttv.lol/*"
],
"version": "0.0.0.4"
}