29 lines
690 B
JSON
29 lines
690 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "BTTV für Schnatzbox",
|
|
"description": "Macht \"bttv:kekw\" und co. in der \"Schnatzbox\" verfügbar.",
|
|
"version": "0.1",
|
|
"icons": {
|
|
"16": "img/icon-16.png",
|
|
"32": "img/icon-32.png",
|
|
"48": "img/icon-48.png",
|
|
"128": "img/icon-128.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"js": ["main.js"],
|
|
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["main.js.map", "img/sb_button.png"],
|
|
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
|
|
}
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "bttv@lenameyerlandrut-fanclub.de"
|
|
}
|
|
}
|
|
}
|