lmlfc-bttv/public/manifest.json

19 lines
422 B
JSON
Raw Normal View History

2023-12-28 13:55:42 +00:00
{
"manifest_version": 3,
"name": "LMLFC-BTTV",
"version": "1.0",
"description": "Add the reading time to Chrome Extension documentation articles",
"content_scripts": [
{
"js": ["main.js"],
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
}
],
"web_accessible_resources": [
{
2023-12-28 21:12:05 +00:00
"resources": ["sb_button.png"],
2023-12-28 13:55:42 +00:00
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
}
]
}