{
  "name": "Barlijst",
  "short_name": "Barlijst",
  "description": "Barlijst applicatie",
  "version": "1.0",
  "manifest_version": 2,
  "scope":"../",
  "default_locale": "en-GB",
  "author": "Oetze van den Broek",
  "start_url": "index.html",
  "display": "standalone",
  "theme_color": "#015174",
  "background_color": "#F7F4F3",
  "icons": [
  ],
  "app": {
    "urls": [
      "http://MyApp/index.html"
    ],
    "launch": {
      "web_url": "http://MyApp/"
    },
    "permissions": [
      "fullscreen"
    ]
  }
}
