From 9e657bf0a26418cd83798ce735910fe760fed361 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Thu, 29 Apr 2021 16:12:38 -0700 Subject: [PATCH] update readme and package.json --- README.md | 8 ++++---- package.json | 12 +++++++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 06dc7f2..8af39a2 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,18 @@ From [appwrite.io](https://appwrite.io) ### View database documents right inside VS Code. -![Database feature](./media/features/database/scr2.png) +![Database feature](media/features/database/scr2.png) ### Manage database collection permissions and rules. -![Database feature](./media/features/database/scr1.png) +![Database feature](media/features/database/scr1.png) ### Create and view users, user preferences, and more. -![Users feature](./media/features/users/scr1.png) +![Users feature](media/features/users/scr1.png) ### Quickly and easily check the health of all the Appwrite services. -![Health feature](./media/features/health/scr1.png) +![Health feature](media/features/health/scr1.png) ## Requirements diff --git a/package.json b/package.json index b44963b..75ea83e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-appwrite", - "displayName": "vscode-appwrite", + "displayName": "Appwrite", "description": "Manage your Appwrite resources right from VS Code!", "version": "0.0.1", "engines": { @@ -14,6 +14,16 @@ "Other" ], "icon": "resources/AppwriteIcon.png", + "galleryBanner": { + "color": "#C80000", + "theme": "dark" + }, + "homepage": "https://github.com/streamlux/vscode-appwrite", + "bugs": { + "url": "https://github.com/streamlux/vscode-appwrite/issues", + "email": "engineering@streamlux.com" + }, + "license": "SEE LICENSE IN LICENSE.md", "activationEvents": [ "onCommand:vscode-appwrite.Connect", "onView:Appwrite",