Fix name and icon

This commit is contained in:
Arne Keller 2019-07-10 11:58:19 +02:00
parent e9759fe576
commit f32b631867

View File

@ -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/*"],