From 3c239a83f6cba3eb7a602b7b2e3b83d90c8def51 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 20 May 2025 00:50:25 -0700 Subject: implement per-video auto save --- manifest.json | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 77a8f55..eba16de 100644 --- a/manifest.json +++ b/manifest.json @@ -1,27 +1,27 @@ { - "manifest_version": 3, - "name": "QuickStamper", - "version": "1.0", - "description": "A tool for generating timestamps on YouTube videos or livestreams", - "browser_specific_settings": { - "gecko": { - "id": "ytquickstamper@pinapelz.com" - } - }, - "permissions": ["activeTab", "scripting", "clipboardWrite"], - "icons": { - "48": "icons/icon.png" - }, - "action": { - "default_popup": "popup.html", - "default_icon": { - "48": "icons/icon.png" - } - }, - "web_accessible_resources": [ - { - "resources": ["styles.css"], - "matches": [""] - } - ] + "manifest_version": 3, + "name": "QuickStamper", + "version": "1.0", + "description": "A tool for generating timestamps on YouTube videos or livestreams", + "browser_specific_settings": { + "gecko": { + "id": "ytquickstamper@pinapelz.com" + } + }, + "permissions": ["activeTab", "scripting", "clipboardWrite", "storage"], + "icons": { + "48": "icons/icon.png" + }, + "action": { + "default_popup": "popup.html", + "default_icon": { + "48": "icons/icon.png" + } + }, + "web_accessible_resources": [ + { + "resources": ["styles.css"], + "matches": [""] + } + ] } -- cgit v1.2.3