Browse Source

Compatibility with extensions API v2 - pending actual Python3 test

Noam 5 years ago
parent
commit
3a94884410
2 changed files with 5 additions and 2 deletions
  1. 1 2
      manifest.json
  2. 4 0
      versions.json

+ 1 - 2
manifest.json

@@ -1,6 +1,5 @@
 {
-  "manifest_version": "1",
-  "api_version": "1",
+  "required_api_version": "^2.0.0",
   "name": "Remmina",
   "description": "Quick access to Remmina profiles",
   "developer_name": "noam09",

+ 4 - 0
versions.json

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