lmlfc-bttv/public/manifest.json

19 lines
417 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": [
{
"resources": ["bttv.png"],
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
}
]
}