19 lines
417 B
JSON
19 lines
417 B
JSON
|
{
|
||
|
"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/*"]
|
||
|
}
|
||
|
]
|
||
|
}
|