diff --git a/icons/icon-128.png b/icons/icon-128.png new file mode 100644 index 0000000..21dab4c Binary files /dev/null and b/icons/icon-128.png differ diff --git a/icons/icon-16.png b/icons/icon-16.png new file mode 100644 index 0000000..a8b004c Binary files /dev/null and b/icons/icon-16.png differ diff --git a/icons/icon-32.png b/icons/icon-32.png new file mode 100644 index 0000000..7d0b8cd Binary files /dev/null and b/icons/icon-32.png differ diff --git a/manifest.json b/manifest.json index 6191f7b..8d1fade 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,10 @@ "description": "Loads latest ABC News", "icons": { - "48": "icons/abc-48.png" + "16": "icons/icon-16.png", + "32": "icons/icon-32.png", + "48": "icons/abc-48.png", + "128": "icons/icon-128.png" }, "browser_action": { "default_icon": "icons/abc.png",