{
    "name": "MyApp",
    "short_name": "MyApp",
    "description": "MyApp description",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "default_locale": "en-GB",
    "start_url": "index.html",
    "display": "standalone",
    "app": {
     "urls": [
       "http://oltramari.de/index.html"
     ],
     "launch": {
       "web_url": "http://oltramari.de/"
     },
     "permissions": [ 
      "fullscreen"
     ]
    }
}