This is an automated email from the ASF dual-hosted git repository.

bisman pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-resilientdb-resvault.git


The following commit(s) were added to refs/heads/main by this push:
     new f849e2a  Added chrome webstore link to readme
f849e2a is described below

commit f849e2aa5b74bb91d70ae00117c5866b9e2971a3
Author: Bismanpal Singh <[email protected]>
AuthorDate: Sat Oct 11 00:21:22 2025 -0700

    Added chrome webstore link to readme
---
 README.md            | 13 ++++++++++---
 public/manifest.json |  2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8dde43b..9aee440 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,13 @@ Open [chrome://extensions/](chrome://extensions/) in Google 
Chrome, toggle Devel
 - Click on Load unpacked
 - Select the build folder that you downloaded from the GitHub releases.
 
-### Via Chrome Webstore
-Coming Soon
+### Via Chrome Web Store
+**🎉 Now Available on Chrome Web Store!**
+
+[![Chrome Web 
Store](https://img.shields.io/badge/Chrome%20Web%20Store-Available-green)](https://chromewebstore.google.com/detail/resvault/ejlihnefafcgfajaomeeogdhdhhajamf)
+
+**[Install ResVault from Chrome Web 
Store](https://chromewebstore.google.com/detail/resvault/ejlihnefafcgfajaomeeogdhdhhajamf)**
+
 
 ## Build
 **NodeJS is required.**  
@@ -90,7 +95,7 @@ Open `terminal` and execute:
 ```shell
 git clone https://github.com/ResilientApp/ResVault.git
 cd ResVault
-npm install
+npm install --legacy-peer-deps
 npm run build
 ```
 
@@ -113,6 +118,8 @@ Coming Soon
 ## Links
 
 - [Website](https://resilientdb.com)
+- [Chrome Web 
Store](https://chromewebstore.google.com/detail/resvault/ejlihnefafcgfajaomeeogdhdhhajamf)
 - Install ResVault
+- [GitHub Repository](https://github.com/ResilientApp/ResVault) - Source Code
 
 ## Contributing
 
diff --git a/public/manifest.json b/public/manifest.json
index 265e7cb..291ebbb 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -23,7 +23,7 @@
     "service_worker": "background.js"
   },
   "manifest_version": 3,
-  "version": "1.1.0",
+  "version": "1.2.1",
   "action": {
     "default_popup": "index.html",
     "default_title": "ResVault",

Reply via email to