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