We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b26625 commit 8f5f1f3Copy full SHA for 8f5f1f3
packages/electron-chrome-web-store/README.md
@@ -1,6 +1,6 @@
1
# electron-chrome-web-store
2
3
-Install and manage Chrome extensions from the Chrome Web Store.
+Install and update Chrome extensions from the Chrome Web Store for Electron.
4
5
## Usage
6
packages/electron-chrome-web-store/package.json
@@ -1,7 +1,7 @@
{
"name": "electron-chrome-web-store",
"version": "0.5.0",
- "description": "Download extensions from the Chrome Web Store in Electron",
+ "description": "Install and update Chrome extensions from the Chrome Web Store for Electron",
"main": "dist/browser/index.js",
"scripts": {
7
"build": "yarn clean && tsc && node esbuild.config.js",
0 commit comments