2019-06-29 19:47:18 +00:00
|
|
|
{
|
|
|
|
"description": "Enables you to fight your youtube addiction by disabling video suggestions and related 'features' of YouTube's website.",
|
|
|
|
"manifest_version": 2,
|
2019-07-10 09:58:19 +00:00
|
|
|
"name": "YT addiction control",
|
2019-06-29 19:47:18 +00:00
|
|
|
"version": "0.1",
|
|
|
|
"homepage_url": "https://github.repository.todo/",
|
|
|
|
|
2019-07-10 09:58:19 +00:00
|
|
|
"icons": {
|
|
|
|
"48": "icons/ytac.svg"
|
|
|
|
},
|
|
|
|
|
2019-06-29 19:47:18 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|