From 745185281b035d395cda202c9ab85d0c0e29cba3 Mon Sep 17 00:00:00 2001 From: Vangelis Kostalas Date: Fri, 5 Jul 2019 10:55:05 +0300 Subject: [PATCH] manifest.json for API version 2 and versions.json --- manifest.json | 7 +++---- versions.json | 4 ++++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 versions.json diff --git a/manifest.json b/manifest.json index 8a3d285..16d79b7 100644 --- a/manifest.json +++ b/manifest.json @@ -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 }, diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..b179cdb --- /dev/null +++ b/versions.json @@ -0,0 +1,4 @@ +[ + { "required_api_version": "^1.0.0", "commit": "API_v1" }, + { "required_api_version": "^2.0.0", "commit": "master" } +]