diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..aa38a357 --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "id": "khoj", + "name": "Khoj", + "version": "0.2.1", + "minAppVersion": "0.15.0", + "description": "Natural, Incremental Search for your Second Brain 🦅", + "author": "Debanjum Singh Solanky", + "authorUrl": "https://github.com/debanjum", + "isDesktopOnly": false +} diff --git a/versions.json b/versions.json new file mode 100644 index 00000000..12c5334f --- /dev/null +++ b/versions.json @@ -0,0 +1,3 @@ +{ + "0.2.1": "0.15.0" +}