manifest.json for API version 2 and versions.json

This commit is contained in:
Vangelis Kostalas 2019-07-05 10:55:05 +03:00
parent c76532cb10
commit 745185281b
2 changed files with 7 additions and 4 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
[
{ "required_api_version": "^1.0.0", "commit": "API_v1" },
{ "required_api_version": "^2.0.0", "commit": "master" }
]