1
0
ANTI-BS/manifest.json

41 lines
1.3 KiB
JSON

{
"manifest_version": 3,
"name": "ANTI-BS",
"description": "for too long, lo hark, the youtube prophets spake unto us like we had no braincells, amen. now we simply ignore them, sip our metrics, and keep shipping. we were never stupid, just allergic to bad takes. from a squirrel, soft, smug, and feral, for other squirrels. the rest can keep yelling at thumbnails. pft. uwu.",
"version": "0.1.0",
"author": "Chipperfluff (Jack)",
"repo": "https://git.chipperfluff.at/projects/ANTI-BS",
"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"
}
}