diff options
author | awatson@chromium.org <awatson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 03:59:26 +0000 |
---|---|---|
committer | awatson@chromium.org <awatson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 03:59:26 +0000 |
commit | c15fbbf891c43db0c8047a447e2f1ff7489c7579 (patch) | |
tree | 81dd3d9ffe1b1d56e94bf9be3d286ce22f38c13e | |
parent | 99dcfca8dbb379e74858faa29a783e083c0bffb0 (diff) | |
download | chromium_src-c15fbbf891c43db0c8047a447e2f1ff7489c7579.zip chromium_src-c15fbbf891c43db0c8047a447e2f1ff7489c7579.tar.gz chromium_src-c15fbbf891c43db0c8047a447e2f1ff7489c7579.tar.bz2 |
Added pointer to documentation for multi-platform .crx files.
STAGED DOC: https://chrome-apps-doc.appspot.com/_patch/19670006/apps/publish_app.html
BUG=
R=kalman@chromium.org
Review URL: https://codereview.chromium.org/19670006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215553 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/publish_app.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/publish_app.html b/chrome/common/extensions/docs/templates/articles/publish_app.html index 34defda..f54f2bf 100644 --- a/chrome/common/extensions/docs/templates/articles/publish_app.html +++ b/chrome/common/extensions/docs/templates/articles/publish_app.html @@ -3,10 +3,9 @@ <p>Packaged apps are published in the same way as other types of apps in the Chrome Web Store. For detailed instructions, see <a href="https://developers.google.com/chrome/web-store/docs/publish">Publishing Your App</a>.</p> -<p><strong>Note regarding visibility of packaged apps:</strong><br /> -<ul> - <li>Only users with Chrome 28 or later can see packaged apps in the Chrome Web Store. Chrome 28 is currently in the - <a href="https://www.google.com/intl/en/chrome/browser/beta.html">beta channel</a>, but it will be pushed to the stable channel - and be available to all users soon.</li> - <li>Developers can share direct links to packaged apps with all users.</li> -</ul> +<p><strong>Tip:</strong> +If your app uses <a href="https://developers.google.com/native-client/">Native Client</a>, +you can structure your application directory hierarchy and zip file in a way that reduces the size of the user download package. +For details, see +<a href="https://developers.google.com/native-client/dev/devguide/distributing#multi-platform-zip">Reducing the size of the user download package</a>. +</p> |