From f32b6318670726164fa38cd582e2a4ab7186ccf7 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Wed, 10 Jul 2019 11:58:19 +0200 Subject: [PATCH] Fix name and icon --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5f390d6..a5575c4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,14 @@ { "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", + "name": "YT addiction control", "version": "0.1", "homepage_url": "https://github.repository.todo/", + "icons": { + "48": "icons/ytac.svg" + }, + "content_scripts": [ { "matches": ["*://*.youtube.com/*"],