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 --- manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'manifest.json') 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": [ -- cgit v1.2.3