Skip to content

Commit

Permalink
Merge pull request #26 from SafetyCulture/app-store-publish
Browse files Browse the repository at this point in the history
Chrome Web Store publish
  • Loading branch information
rogchap authored May 3, 2019
2 parents 6450b4a + ef056ea commit 511fbd3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ node_modules

# production
/build
build.crx
build.pem
grpc-web-devtools.zip

# C++
*.o
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ build:
run:
yarn && yarn start

package: build
zip -r grpc-web-devtools.zip build

example-build-frontend:
protoc -I./example --js_out=import_style=commonjs:example/client \
--grpc-web_out=import_style=commonjs,mode=grpcwebtext:example/client example/*.proto
Expand All @@ -31,4 +34,4 @@ example-up: example-server example-envoy example-server example-client
docker-compose -f ./example/docker-compose.yml up -d;

example-down:
docker-compose -f ./example/docker-compose.yml down
docker-compose -f ./example/docker-compose.yml down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

### Chrome

Via the [Chrome Web Store](https://chrome.google.com/webstore/detail/grpc-web-developer-tools/ddamlpimmiapbcopeoifjfmoabdbfbjj) (recommended)

or

1. build it with `make build`
1. open the **Extension Management** page by navigating to `chrome://extensions`.
1. enable **Developer Mode** by clicking the toggle switch next to "Developer mode".
Expand Down
Binary file added screenshots/chrome_store.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 511fbd3

Please sign in to comment.