]> git.evergreen-ils.org Git - working/Hatch.git/blob - README.chromestore.adoc
LP1860187: Set .properties Permissions Appropriately
[working/Hatch.git] / README.chromestore.adoc
1 == Updating the Exstension On The Chrome Store ==
2
3 === Bump Version Numbers ===
4
5 1. Modify the "version" string in extension/app/manifest.json
6
7 2. Modify the VERSION* values in installer/windows/defines.nsh
8
9 === Create the app bundle ===
10
11 [souce,sh]
12 -------------------------------------------------------------------
13 cd extension/app/
14 zip hatch-extension.zip *
15 -------------------------------------------------------------------
16
17 === Upload The Extension Files ===
18
19 1. Log in with user chromestore@evergreen-ils.org to the 
20 https://chrome.google.com/webstore/developer/dashboard[Chrome developer dashboard]
21
22 2. Choose the "Edit" option next to "Hatch Native Messenger".
23
24 3. Click the "Upload Updated Package" button and select your new 
25    hatch-extension.zip file.
26