aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-08 01:04:31 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-08 01:04:31 -0700
commitdb48ff702b1496362eeebe58955d85adf6a36361 (patch)
treea126bd0e7fb51008f67155387b6970d7d71e4cf1 /manifest.json
Initial commit
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..418a778
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,26 @@
+{
+ "manifest_version": 3,
+ "name": "QuickStamper",
+ "version": "1.0",
+ "description": "A tool for generating timestamps on YouTube videos or livestreams",
+ "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>"]
+ }
+ ]
+} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage