update readme and package.json

This commit is contained in:
alexweininger 2021-04-29 16:12:38 -07:00
parent 416b977469
commit 9e657bf0a2
2 changed files with 15 additions and 5 deletions

View file

@ -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

View file

@ -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",