{
  "name": "default",
  "author": "TJ Monserrat",
  "themeColor": "#3f51b5",
  "backgroundColor": "#3f51b5",
  "startUrl": "./?homescreen=1",
  "display": "standalone",
  "webApp": {
    "capable": "yes",
    "statusBarStyle": "black-translucent",
    "tapHighlight": "no"
  },
  "icons": [
    {
      "href": "icon-48x48.png",
      "type": "image/png"
    },
    {
      "href": "icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "href": "icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "href": "icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "tileImage": true
    },
    {
      "href": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "href": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "dependencies": [
    "../../bower_components/iron-flex-layout/iron-flex-layout.html"
  ]
}
