diff --git a/images/128.png b/images/128.png new file mode 100644 index 0000000..17ddfca Binary files /dev/null and b/images/128.png differ diff --git a/images/48.png b/images/48.png new file mode 100644 index 0000000..e7adbb6 Binary files /dev/null and b/images/48.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..0688203 Binary files /dev/null and b/images/logo.png differ diff --git a/images/logo.svg b/images/logo.svg new file mode 100644 index 0000000..a0e491f --- /dev/null +++ b/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9e6226b..235ed1e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,10 @@ { "name": "Better", - "version": "0.1", + "version": "0.0.1", + "icons": { + "48": "images/48.png", + "128": "images/128.png" + }, "description": "Find better products & services than the one you're currently visiting", "permissions": ["activeTab", "storage"], "background": {