mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 14:04:26 +02:00
29 lines
609 B
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"
|
|
} |