diff options
feat: NYA! >:3
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | package.json | 8 | ||||
-rw-r--r-- | static/favicon.png | bin | 1571 -> 327361 bytes | |||
-rw-r--r-- | static/favicon_128x.png | bin | 0 -> 11232 bytes | |||
-rw-r--r-- | static/favicon_16x.png | bin | 0 -> 2102 bytes | |||
-rw-r--r-- | static/favicon_32x.png | bin | 0 -> 2719 bytes | |||
-rw-r--r-- | static/favicon_48x.png | bin | 0 -> 3674 bytes | |||
-rw-r--r-- | static/favicon_64x.png | bin | 0 -> 4791 bytes | |||
-rw-r--r-- | static/favicon_96x.png | bin | 0 -> 7729 bytes |
9 files changed, 12 insertions, 0 deletions
@@ -15,3 +15,7 @@ Note that if you have multiple editors open, whichever editor makes the most rec ## Applying Changes Changes are autosaved on edit, however to apply them, you need to disable and re-enable the addon, or restart the browser. This is to prevent us from needing to handle unregistering & re-registering anything. + +## Icon Source + +https://www.deviantart.com/transparentjiggly64/art/Blahaj-facing-sideways-989660804 diff --git a/package.json b/package.json index 2091ed7..68e28e4 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,14 @@ "esbuild" ] }, + "icons": { + "16": "favicon16.png", + "32": "favicon32.png", + "48": "favicon48.png", + "64": "favicon64.png", + "96": "favicon96.png", + "128": "favicon128.png" + }, "dependencies": { "brotli-wasm": "3.0.1", "esbuild-wasm": "^0.25.0", diff --git a/static/favicon.png b/static/favicon.png Binary files differindex 825b9e6..ab0cb90 100644 --- a/static/favicon.png +++ b/static/favicon.png diff --git a/static/favicon_128x.png b/static/favicon_128x.png Binary files differnew file mode 100644 index 0000000..b0f4570 --- /dev/null +++ b/static/favicon_128x.png diff --git a/static/favicon_16x.png b/static/favicon_16x.png Binary files differnew file mode 100644 index 0000000..5b310fe --- /dev/null +++ b/static/favicon_16x.png diff --git a/static/favicon_32x.png b/static/favicon_32x.png Binary files differnew file mode 100644 index 0000000..b4a699c --- /dev/null +++ b/static/favicon_32x.png diff --git a/static/favicon_48x.png b/static/favicon_48x.png Binary files differnew file mode 100644 index 0000000..ad5b2e3 --- /dev/null +++ b/static/favicon_48x.png diff --git a/static/favicon_64x.png b/static/favicon_64x.png Binary files differnew file mode 100644 index 0000000..2c0f82a --- /dev/null +++ b/static/favicon_64x.png diff --git a/static/favicon_96x.png b/static/favicon_96x.png Binary files differnew file mode 100644 index 0000000..a0d12fb --- /dev/null +++ b/static/favicon_96x.png |