CopyURLExtension/manifest.json
2025-03-05 14:00:06 -05:00

14 lines
266 B
JSON

{
"name": "Copy URL",
"description": "Copy the URL of the current tab",
"version": "0.0.1",
"manifest_version": 3,
"action": {
"default_popup": "main.html",
"default_icon": "copy.png"
},
"background": {
"service_worker": "copyurl.js"
}
}