diff --git a/manifest.json b/manifest.json index d5b3693..2b50952 100644 --- a/manifest.json +++ b/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", diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..6208101 --- /dev/null +++ b/versions.json @@ -0,0 +1,4 @@ +[ + { "required_api_version": "^1.0.0", "commit": "v1" }, + { "required_api_version": "^2.0.0", "commit": "master" } +] \ No newline at end of file