Skip to content

Commit

Permalink
manifest.json for API version 2 and versions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zensoup committed Jul 5, 2019
1 parent c76532c commit 7451852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
4 changes: 4 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{ "required_api_version": "^1.0.0", "commit": "API_v1" },
{ "required_api_version": "^2.0.0", "commit": "master" }
]

0 comments on commit 7451852

Please sign in to comment.