mirror of
https://gitlab.com/arnekeller/yt-addiction-control.git
synced 2024-11-08 18:00:38 +00:00
21 lines
549 B
JSON
21 lines
549 B
JSON
{
|
|
"description": "Enables you to fight your youtube addiction by disabling video suggestions and related 'features' of YouTube's website.",
|
|
"manifest_version": 2,
|
|
"name": "yt-addiction-control",
|
|
"version": "0.1",
|
|
"homepage_url": "https://github.repository.todo/",
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*.youtube.com/*"],
|
|
"js": ["youtube-addiction-control-extension-firefox.js"]
|
|
}
|
|
],
|
|
|
|
"browser_action": {
|
|
"default_icon": "icons/ytac.svg",
|
|
"default_title": "YT Addiction Control",
|
|
"default_popup": "popup/control.html"
|
|
}
|
|
}
|