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