Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: gallery/cws/README

Issue 12088091: Remove legacy docs and gallery (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gallery/app.yaml ('k') | gallery/cws/cws_package.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 These are directions for how to upload the necessary .zip file for placing
2 the Native Client gallery into the Chrome Web Store as a *hosted* app.
3
4 1. Increment the version number in manifest.json as appropriate. In order
5 to upload to the CWS, the version number must increase with each new
6 uploaded .zip file.
7
8 2. Run ./cws_package.sh. This will create nacl-gallery-app.zip.
9
10 3. Go to the developer dashboard at
11 https://chrome.google.com/webstore/developer/dashboard, and click edit on
12 the app.
13
14 4. Upload nacl-gallery-app.zip.
15
16
17
18 All of the app images are in the images directory. They are used as follows:
19
20 NaCl16.png: "16" image used by the manifest for the small icon in the CWS
21 NaCl128.png: "128" image used by the manifest for the app icon in Chrome
22 NaCl_128_128.png: icon used in the CWS (upload on the edit page)
23 NaCl_400_275.png: screenshot for the app (upload on the edit page)
24
25 NaCl16.png and NaCl128.png must be included in the zip file uploaded to the CWS
OLDNEW
« no previous file with comments | « gallery/app.yaml ('k') | gallery/cws/cws_package.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698