aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-05-20 00:50:25 -0700
committerPinapelz <yukais@pinapelz.com>2025-05-20 00:50:25 -0700
commit3c239a83f6cba3eb7a602b7b2e3b83d90c8def51 (patch)
tree68fd22cc582749f02fe657f6bafd72707466549e /manifest.json
parent85eacdbb3e6518a92ebc521af0c8a62e72deedd6 (diff)
implement per-video auto save
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json50
1 files changed, 25 insertions, 25 deletions
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": ["<all_urls>"]
- }
- ]
+ "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": ["<all_urls>"]
+ }
+ ]
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage