diff --git a/logo_128.png b/logo_128.png new file mode 100644 index 0000000..426f7b5 Binary files /dev/null and b/logo_128.png differ diff --git a/logo_32.png b/logo_32.png new file mode 100644 index 0000000..b2492e9 Binary files /dev/null and b/logo_32.png differ diff --git a/manifest.json b/manifest.json index d0889b3..50b59ed 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,8 @@ "update_url": "http://foo.wgtn.cat-it.co.nz/wrms-kanban.xml", "description": "Generates simple Kanban boards for WRMS ticket groups", "icons": { + "128": "logo_128.png", + "32": "logo_32.png" }, "page_action": { },