Implement a starter release
This commit is contained in:
commit
82600af82b
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
## Changelog
|
||||||
|
## 0.0.1
|
||||||
|
- Alpha release.
|
||||||
|
- Added the starter functionality.
|
10
manifest.json
Normal file
10
manifest.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user