lmlfc-bttv/public/manifest.json

25 lines
569 B
JSON
Raw Normal View History

2023-12-28 13:55:42 +00:00
{
"manifest_version": 3,
2023-12-28 21:30:28 +00:00
"name": "BTTV für Schnatzbox",
"description": "Macht \"bttv:kekw\" und co. in der \"Schnatzbox\" verfügbar.",
"version": "0.1",
2023-12-28 21:27:15 +00:00
"icons": {
"16": "img/icon-16.png",
"32": "img/icon-32.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
},
2023-12-28 13:55:42 +00:00
"content_scripts": [
{
"js": ["main.js"],
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
}
],
"web_accessible_resources": [
{
2023-12-28 21:28:02 +00:00
"resources": ["img/sb_button.png"],
2023-12-28 13:55:42 +00:00
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
}
]
}