41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "ANTI-BS",
|
|
"description": "for to long youtubers thought we are stupid, now we just ignore them. let them know we are not.",
|
|
"version": "0.1.0",
|
|
"author": "Chipperfluff (Jack)",
|
|
"repo": "<placeholder for now>",
|
|
"org": "Chipperfluff",
|
|
|
|
"permissions": ["storage"],
|
|
"host_permissions": ["https://www.youtube.com/*"],
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://www.youtube.com/*"],
|
|
"js": ["content.js"]
|
|
}
|
|
],
|
|
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icons/anti-bs-icon-16.png",
|
|
"32": "icons/anti-bs-icon-32.png",
|
|
"48": "icons/anti-bs-icon-48.png",
|
|
"64": "icons/anti-bs-icon-64.png",
|
|
"128": "icons/anti-bs-icon-128.png"
|
|
}
|
|
},
|
|
"icons": {
|
|
"16": "icons/anti-bs-icon-16.png",
|
|
"32": "icons/anti-bs-icon-32.png",
|
|
"48": "icons/anti-bs-icon-48.png",
|
|
"64": "icons/anti-bs-icon-64.png",
|
|
"128": "icons/anti-bs-icon-128.png",
|
|
"256": "icons/anti-bs-icon-256.png",
|
|
"512": "icons/anti-bs-icon-512.png",
|
|
"1024": "icons/anti-bs-icon-1024.png"
|
|
}
|
|
}
|