From ea7c9388216bae65b3fa8a9204be74ee03c9841d Mon Sep 17 00:00:00 2001 From: muly Date: Wed, 20 Dec 2023 03:29:05 -0500 Subject: [PATCH] cleanup --- README.md | 9 +++++++++ scripts/dev_mac_chrome_ext.sh | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cc8c90..09af136 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,15 @@ TODO: need to add notes here ### first time deploying chrome extension +steps: (TODO: to be reviewed ) +1. zip content of "chrome-exten" folder +2. go to chrome webstore : https://chrome.google.com/webstore/category/extensions +3. click on setting gear icon on top right , adjacent to the profile +4. click on "Developer Dashboard" +5. go to the product track extension: https://chrome.google.com/webstore/devconsole/92b09e82-ea96-4718-9dda-f14771a34b3c/ichhakcbialminoadfkhalilmdhkmifn/edit +6. go to Package page: https://chrome.google.com/webstore/devconsole/92b09e82-ea96-4718-9dda-f14771a34b3c/ichhakcbialminoadfkhalilmdhkmifn/edit/package +7. click on "Update New Package" +8. TODO: need to add more TODO: need to add the detailed steps associated with the chrome webstore review and publish process. ### re-deploying chrome extension to chrome store diff --git a/scripts/dev_mac_chrome_ext.sh b/scripts/dev_mac_chrome_ext.sh index bea484c..6d5a404 100755 --- a/scripts/dev_mac_chrome_ext.sh +++ b/scripts/dev_mac_chrome_ext.sh @@ -2,8 +2,8 @@ set -x set -e - export CLIENT_ID="" - export CHROME_EXT_VERSION=$1 +export CLIENT_ID="" +export CHROME_EXT_VERSION=$1 - envsubst < chrome-exten/manifest.json.tmpl > chrome-exten/manifest.json - zip chrome-exten.zip chrome-exten/* +envsubst < chrome-exten/manifest.json.tmpl > chrome-exten/manifest.json +zip chrome-exten.zip chrome-exten/*