{ //name - name of your application "name": "webinfopedia", //description - description of your application "description": "PHP and HTML5 Tutorial Online with Demo and Example.", //version - of you APP "version": "1.0", //manifest version (No need to change) "manifest_version": 2, //Image of your app. Image should be 128 X 128 px "icons": { "128": "icon.png" }, "app": { "urls": [ //URL of your website/Blog etc.. "http://www.webinfopedia.com/" ], "launch": { //URL of your website/Blog etc..This URL will open once the user clik on the icon "web_url": "http://www.webinfopedia.com/" } }, "permissions": [ "unlimitedStorage", "notifications" ] }