diff options
fix: icons were put in wrong place
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 652a00c..bd6491b 100644 --- a/manifest.json +++ b/manifest.json @@ -12,6 +12,14 @@ "<all_urls>", "unlimitedStorage" ], + "icons": { + "16": "favicon16.png", + "32": "favicon32.png", + "48": "favicon48.png", + "64": "favicon64.png", + "96": "favicon96.png", + "128": "favicon128.png" + }, "optional_permissions": [], "background": { |