Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
muly committed Dec 20, 2023
1 parent d5d705d commit ea7c938
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions scripts/dev_mac_chrome_ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit ea7c938

Please sign in to comment.