aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-11 19:13:50 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-11 19:13:50 -0700
commit57383e9c26f315bcfd8cacf27aa56f8a762e3481 (patch)
tree794e97ed2056ace485672ecf0f3d6bb0440d04f5
parentcc272b1e415c362d3362ae0dc37a839b2b67263f (diff)
add gecko id to manifest file
-rw-r--r--README.md5
-rw-r--r--manifest.json31
2 files changed, 20 insertions, 16 deletions
diff --git a/README.md b/README.md
index 6fa196e..a6cde0a 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,7 @@ Based on [Krazete's ytlivestamper bookmarklet](https://github.com/Krazete/bookma
- Export timestamps to text, YouTube links, or Markdown
- Adjustable offset to add context to timestamps
-[![Screenshot-20241008-005545.png](https://i.postimg.cc/DZGp23TQ/Screenshot-20241008-005545.png)] \ No newline at end of file
+[![Screenshot-20241008-005545.png](https://i.postimg.cc/DZGp23TQ/Screenshot-20241008-005545.png)]
+
+# Installation
+Please follow the instructions in the [Releases](https://github.com/pinapelz/yt-quickstamper/releases) section
diff --git a/manifest.json b/manifest.json
index 418a778..77a8f55 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,24 +3,25 @@
"name": "QuickStamper",
"version": "1.0",
"description": "A tool for generating timestamps on YouTube videos or livestreams",
- "permissions": [
- "activeTab",
- "scripting",
- "clipboardWrite"
- ],
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "ytquickstamper@pinapelz.com"
+ }
+ },
+ "permissions": ["activeTab", "scripting", "clipboardWrite"],
"icons": {
- "48": "icons/icon.png"
+ "48": "icons/icon.png"
},
"action": {
- "default_popup": "popup.html",
- "default_icon": {
- "48": "icons/icon.png"
- }
+ "default_popup": "popup.html",
+ "default_icon": {
+ "48": "icons/icon.png"
+ }
},
"web_accessible_resources": [
- {
- "resources": ["styles.css"],
- "matches": ["<all_urls>"]
- }
+ {
+ "resources": ["styles.css"],
+ "matches": ["<all_urls>"]
+ }
]
-} \ No newline at end of file
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage