diff --git a/chrome/images/128.png b/chrome/images/128.png index f6f3816..5e91191 100644 Binary files a/chrome/images/128.png and b/chrome/images/128.png differ diff --git a/chrome/images/icon.png b/chrome/images/icon.png new file mode 100644 index 0000000..c7a82b0 Binary files /dev/null and b/chrome/images/icon.png differ diff --git a/chrome/manifest.json b/chrome/manifest.json index cbacfde..1023a6f 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,10 +1,17 @@ { "name": "Remove Youtube Suggestions", - "description": "Stop the \"YouTube rabbit hole\", customize YouTube's UI for fewer distractions.", + "description": "Stop the YouTube rabbit hole. Customize YouTube's user interface to be less engaging.", "homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions", "manifest_version": 2, "version": "3.0.0", + "icons": { + "16": "images/16.png", + "32": "images/32.png", + "64": "images/64.png", + "128": "images/128.png" + }, + "content_scripts": [ { "css": ["css/main.css"],