CopyURLExtension/manifest.json
2025-03-05 13:30:32 -05:00

11 lines
208 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"
}
}