diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 26 |
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 |
