diff --git a/README.md b/README.md index 06dc7f2..b91d7ad 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](https://github.com/streamlux/vscode-appwrite/blob/main/media/features/database/scr2.png?raw=true) ### Manage database collection permissions and rules. -![Database feature](./media/features/database/scr1.png) +[!Database feature 2](https://github.com/streamlux/vscode-appwrite/blob/main/media/features/database/scr1.png?raw=true) ### Create and view users, user preferences, and more. -![Users feature](./media/features/users/scr1.png) +[!Users feature](https://github.com/streamlux/vscode-appwrite/blob/main/media/features/users/scr1.png?raw=true) ### Quickly and easily check the health of all the Appwrite services. -![Health feature](./media/features/health/scr1.png) +[!Health feature](https://github.com/streamlux/vscode-appwrite/blob/main/media/features/health/scr1.png?raw=true) ## Requirements diff --git a/package.json b/package.json index 7964b03..b44963b 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,14 @@ "engines": { "vscode": "^1.55.0" }, + "publisher": "Streamlux", "repository": { "url": "https://github.com/streamlux/vscode-appwrite" }, "categories": [ "Other" ], + "icon": "resources/AppwriteIcon.png", "activationEvents": [ "onCommand:vscode-appwrite.Connect", "onView:Appwrite", diff --git a/resources/AppwriteIcon.png b/resources/AppwriteIcon.png new file mode 100644 index 0000000..ad5860e Binary files /dev/null and b/resources/AppwriteIcon.png differ