From 59ad2d0aa89696d41a29ce0efc845f2138f47b6e Mon Sep 17 00:00:00 2001 From: Reza Karami Date: Thu, 26 Sep 2019 16:51:43 +0330 Subject: [PATCH] Add Support for V5 --- manifest.json | 6 ++++-- versions.json | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 versions.json diff --git a/manifest.json b/manifest.json index 88bdcb9..432681e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,12 @@ { - "manifest_version": "1", - "api_version": "1", + "required_api_version": "^2.0.0", "name": "Gitmoji", "description": "Gitmoji extension", "developer_name": "Andreas Schneider", "icon": "images/icon.png", + "options": { + "query_debounce": 0.1 + }, "preferences": [ { "id": "gitmoji_kw", diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..ef59966 --- /dev/null +++ b/versions.json @@ -0,0 +1,5 @@ + +[ + { "required_api_version": "^1.0.0", "commit": "python2" }, + { "required_api_version": "^2.0.0", "commit": "master" } + ] \ No newline at end of file