diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-20 01:38:47 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-20 01:51:07 -0700 |
| commit | f12317a9f216558ee879cc6cafbc755fcc7dc8ad (patch) | |
| tree | c302445058d662415043f85ec0b52238245b2f86 /manifest.json | |
| parent | a48b4ff56515192ae91dbaa8a1b1a5a0a9534fd4 (diff) | |
adjust popup CSS for consistency
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 10 |
1 files changed, 7 insertions, 3 deletions
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": [ |
