diff options
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": [ |
