From 57383e9c26f315bcfd8cacf27aa56f8a762e3481 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 11 Oct 2024 19:13:50 -0700 Subject: add gecko id to manifest file --- README.md | 5 ++++- manifest.json | 31 ++++++++++++++++--------------- 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": [""] - } + { + "resources": ["styles.css"], + "matches": [""] + } ] -} \ No newline at end of file +} -- cgit v1.2.3