diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..32e74d7 Binary files /dev/null and b/icon.png differ diff --git a/manifest.json b/manifest.json index 68c498c..61995d0 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,12 @@ "description": "Neutralizes annoying parts of the Medium reading experience so it's more enjoyable to read things.", "version": "1.0", + "icons": { + "128": "icon.png" + }, + "browser_action": { + "default_icon": "icon.png" + }, "permissions": [ "https://*/*" ],