mirror of
https://gitlab.com/arnekeller/yt-addiction-control.git
synced 2024-11-08 18:00:38 +00:00
25 lines
675 B
JSON
25 lines
675 B
JSON
{
|
|
"description": "Enables you to fight your youtube addiction by hiding video suggestions and related 'features' of YouTube's website. If you really want to, you can temporarily unhide those elements.",
|
|
"manifest_version": 2,
|
|
"name": "YT addiction control",
|
|
"version": "0.1.3",
|
|
"homepage_url": "https://gitlab.com/arnekeller/yt-addiction-control",
|
|
|
|
"icons": {
|
|
"48": "icons/ytac.svg"
|
|
},
|
|
|
|
"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"
|
|
}
|
|
}
|