Without further ado, I present you my app in the app store, TitanFlap!
- Host your HTML5 app in a website that you own. No Dropbox, Use iframe on a website if you have to. Submit website to Google Webmaster to verify your ownership.
- Zip up a manifest.json and icon_128.png file. The icon_128.png must be a 128x128 PNG image icon for your app.
- Go to Chrome Developer Dashboard and sign into your Google account. Upload the zip file.
- Fill the remaining information and hit "Publish".
App URLs must be domain and subdomain level website names that you own and end it with "/" or there will be a path error.
Web URL must have the same domain as the App URL, and is the path for your app. 
Example manifest.json file, use Notepad or similar program.
{
  "name": "TitanFlap",
  "description": "Commence TitanFlap!",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://neogenerationgames.webs.com/",
      "http://www.neogenerationgames.webs.com/"
    ],
    "launch": {
      "web_url": "http://neogenerationgames.webs.com/prototypes.htm"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}
 
This is a fun beginning programming game that kids can make great use of iPads.
ReplyDeleteCool flash games