manifest.json for API version 2 and versions.json
This commit is contained in:
parent
c76532cb10
commit
745185281b
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
"api_version": "1",
|
||||
"manifest_version": "1",
|
||||
"name": "Unicode extension",
|
||||
"description": "Extension Description",
|
||||
"developer_name": "John Doe",
|
||||
"description": "Search for Unicode characters and copy them to the clipboard",
|
||||
"developer_name": "Vangelis Kostalas",
|
||||
"icon": "images/unicode.png",
|
||||
"required_api_version": "^2.0.0",
|
||||
"options": {
|
||||
"query_debounce": 0.5
|
||||
},
|
||||
|
|
4
versions.json
Normal file
4
versions.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
[
|
||||
{ "required_api_version": "^1.0.0", "commit": "API_v1" },
|
||||
{ "required_api_version": "^2.0.0", "commit": "master" }
|
||||
]
|
Loading…
Reference in a new issue