Skip to content

Commit

Permalink
Update path to Chrome dev dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Dec 9, 2019
1 parent ca550c7 commit 579ac1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ so after the initial clone, don't forget to run

2. Create zip file, both for FireFox and Chrome

```sh
./pack_plugin.sh chrome
./pack_plugin.sh firefox
```

3. Upload the zip file and publish.

- https://chrome.google.com/webstore/developer
- https://chrome.google.com/webstore/developer/dashboard
- https://addons.mozilla.org/en-US/developers/addon/khan-academy-dots/edit
2 changes: 1 addition & 1 deletion pack_plugin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Creates a zip archive that can be published in chrome:
# https://chrome.google.com/webstore/developer
# https://chrome.google.com/webstore/developer/dashboard
# or Firefox
# https://addons.mozilla.org/en-US/developers/addon/khan-academy-dots/edit

Expand Down

0 comments on commit 579ac1b

Please sign in to comment.