diff --git a/manifest.json b/manifest.json index 15f0880..491babe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,12 @@ { "name": "Furbooru Tagging Assistant (Rewrite)", "version": "0.0.1", + "icons": { + "16": "icon16.png", + "48": "icon48.png", + "128": "icon128.png", + "256": "icon256.png" + }, "manifest_version": 3, "host_permissions": [ "*://*.furbooru.org/" diff --git a/static/icon.svg b/static/icon.svg new file mode 100644 index 0000000..1cf7596 --- /dev/null +++ b/static/icon.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icon128.png b/static/icon128.png new file mode 100644 index 0000000..050b1d8 Binary files /dev/null and b/static/icon128.png differ diff --git a/static/icon16.png b/static/icon16.png new file mode 100644 index 0000000..63dd587 Binary files /dev/null and b/static/icon16.png differ diff --git a/static/icon256.png b/static/icon256.png new file mode 100644 index 0000000..5954b69 Binary files /dev/null and b/static/icon256.png differ diff --git a/static/icon48.png b/static/icon48.png new file mode 100644 index 0000000..296725d Binary files /dev/null and b/static/icon48.png differ