update readme and package.json
This commit is contained in:
parent
416b977469
commit
9e657bf0a2
2 changed files with 15 additions and 5 deletions
|
@ -14,18 +14,18 @@ From [appwrite.io](https://appwrite.io)
|
||||||
|
|
||||||
### View database documents right inside VS Code.
|
### 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.
|
### 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.
|
### 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.
|
### 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
|
## Requirements
|
||||||
|
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-appwrite",
|
"name": "vscode-appwrite",
|
||||||
"displayName": "vscode-appwrite",
|
"displayName": "Appwrite",
|
||||||
"description": "Manage your Appwrite resources right from VS Code!",
|
"description": "Manage your Appwrite resources right from VS Code!",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -14,6 +14,16 @@
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"icon": "resources/AppwriteIcon.png",
|
"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": [
|
"activationEvents": [
|
||||||
"onCommand:vscode-appwrite.Connect",
|
"onCommand:vscode-appwrite.Connect",
|
||||||
"onView:Appwrite",
|
"onView:Appwrite",
|
||||||
|
|
Loading…
Reference in a new issue