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",
|
"name": "Unicode extension",
|
||||||
"description": "Extension Description",
|
"description": "Search for Unicode characters and copy them to the clipboard",
|
||||||
"developer_name": "John Doe",
|
"developer_name": "Vangelis Kostalas",
|
||||||
"icon": "images/unicode.png",
|
"icon": "images/unicode.png",
|
||||||
|
"required_api_version": "^2.0.0",
|
||||||
"options": {
|
"options": {
|
||||||
"query_debounce": 0.5
|
"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