by Jon (Updated on 2015-10-17)
Stencyl supports publishing of its Flash games to the Chrome Web Store.
The Chrome Web Store is an app store that allows web apps and games to be installed to the user’s home screen in the Google Chrome web browser. The most successful apps have garnered millions of installs.
Select Publish > Web > Chrome Web Store from the main menu. You'll then get presented with the following dialog.
Note: Provide icons in PNG format. No other format will be accepted, even if they comply with the size.
Stencyl will now export a ZIP file, which you'll upload to Google's servers. We redirect you to Google's page, which explains the rest of the process.
The exact details of the process may change, but in short, on top of the ZIP file we provide, Google wants you to...
If you want to customize the look of the webpage that wraps your "app," unzip the ZIP file and edit the enclosed HTML document. Rezip and republish.
Publish the app through Stencyl, as detailed above.
Take the ZIP file and unzip it.
Launch Google Chrome.
Click on the Menu. Navigate to Window > Extensions.
Enable the Developer Mode checkbox if it isn’t enabled.
Click Load unpacked extension... and select the folder for the app that you just unzipped in step (2).
Note: These details may change as Chrome evolves and moves things around. Let us know in the comments if things fall out of date, or submit an edit to this article on Github.