From db48ff702b1496362eeebe58955d85adf6a36361 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 8 Oct 2024 01:04:31 -0700 Subject: Initial commit --- manifest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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": [""] + } + ] +} \ No newline at end of file -- cgit v1.2.3