mirror of
https://gitlab.com/arnekeller/yt-addiction-control.git
synced 2024-11-09 10:20:39 +00:00
Fix name and icon
This commit is contained in:
parent
e9759fe576
commit
f32b631867
@ -1,10 +1,14 @@
|
|||||||
{
|
{
|
||||||
"description": "Enables you to fight your youtube addiction by disabling video suggestions and related 'features' of YouTube's website.",
|
"description": "Enables you to fight your youtube addiction by disabling video suggestions and related 'features' of YouTube's website.",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "yt-addiction-control",
|
"name": "YT addiction control",
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"homepage_url": "https://github.repository.todo/",
|
"homepage_url": "https://github.repository.todo/",
|
||||||
|
|
||||||
|
"icons": {
|
||||||
|
"48": "icons/ytac.svg"
|
||||||
|
},
|
||||||
|
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["*://*.youtube.com/*"],
|
"matches": ["*://*.youtube.com/*"],
|
||||||
|
Loading…
Reference in New Issue
Block a user