34 lines
907 B
JSON
34 lines
907 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "ANTI-BS",
|
|
"version": "0.1.0",
|
|
"description": "Hide YouTube member-only videos by default, with support for a configurable channel whitelist. Runs locally with optional debug logging. Created by a squirrel-themed independent developer. :3",
|
|
|
|
"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",
|
|
"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",
|
|
"128": "icons/anti-bs-icon-128.png"
|
|
}
|
|
}
|