From f12317a9f216558ee879cc6cafbc755fcc7dc8ad Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 20 May 2025 01:38:47 -0700 Subject: adjust popup CSS for consistency --- icons/icon.png | Bin 1086005 -> 0 bytes icons/icon128.png | Bin 0 -> 30911 bytes icons/icon16.png | Bin 0 -> 813 bytes icons/icon32.png | Bin 0 -> 2439 bytes icons/icon48.png | Bin 0 -> 5107 bytes manifest.json | 10 ++++++--- popup.html | 59 ++++++++++++++++++++++++++++++++---------------------- 7 files changed, 42 insertions(+), 27 deletions(-) delete mode 100644 icons/icon.png create mode 100644 icons/icon128.png create mode 100644 icons/icon16.png create mode 100644 icons/icon32.png create mode 100644 icons/icon48.png diff --git a/icons/icon.png b/icons/icon.png deleted file mode 100644 index 3738246..0000000 Binary files a/icons/icon.png and /dev/null differ diff --git a/icons/icon128.png b/icons/icon128.png new file mode 100644 index 0000000..ffc599c Binary files /dev/null and b/icons/icon128.png differ diff --git a/icons/icon16.png b/icons/icon16.png new file mode 100644 index 0000000..2c7ae36 Binary files /dev/null and b/icons/icon16.png differ diff --git a/icons/icon32.png b/icons/icon32.png new file mode 100644 index 0000000..1de25f4 Binary files /dev/null and b/icons/icon32.png differ diff --git a/icons/icon48.png b/icons/icon48.png new file mode 100644 index 0000000..265e22c Binary files /dev/null and b/icons/icon48.png differ diff --git a/manifest.json b/manifest.json index eba16de..1ac1a2d 100644 --- a/manifest.json +++ b/manifest.json @@ -5,17 +5,21 @@ "description": "A tool for generating timestamps on YouTube videos or livestreams", "browser_specific_settings": { "gecko": { - "id": "ytquickstamper@pinapelz.com" + "id": "yt-quickstamper@pinapelz.com" } }, "permissions": ["activeTab", "scripting", "clipboardWrite", "storage"], "icons": { - "48": "icons/icon.png" + "16": "icons/icon16.png", + "32": "icons/icon32.png", + "48": "icons/icon48.png", + "128": "icons/icon128.png" }, + "action": { "default_popup": "popup.html", "default_icon": { - "48": "icons/icon.png" + "48": "icons/icon48.png" } }, "web_accessible_resources": [ diff --git a/popup.html b/popup.html index 58560f7..84b951f 100644 --- a/popup.html +++ b/popup.html @@ -5,52 +5,63 @@ YTQuickStamper @@ -58,7 +69,7 @@

QuickStamper

- +