24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "LMLFC-BTTV",
|
|
"version": "1.0",
|
|
"description": "Add the reading time to Chrome Extension documentation articles",
|
|
"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": ["sb_button.png"],
|
|
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
|
|
}
|
|
]
|
|
}
|