1==================
2Multi-platform App
3==================
4
5Please see the online documentation here:
6
7  https://developer.chrome.com/native-client/devguide/distributing#packaged-application
8
9
10This example shows how to use the SDK build system to generate a Chrome App
11with support for multi-platform zip files.
12
13Starting with Chrome 28, the Chrome Web Store includes a feature called
14**multi-platform zip files.** This feature lets you structure your application
15directory and zip file in a way that reduces the size of the user download
16package.  Here's how this feature works:
17
18* You still include all the .nexe files in the zip file that you upload to
19  the CWS, but you designate specific .nexe files (and other files if
20  appropriate) for specific architectures.
21* The Chrome Web Store re-packages your app, so that users only download
22  the files that they need for their specific architecture.
23