{
  "name": "Info Wall",
  "short_name": "InfoWall",
  "description": "Information dashboard with clock, weather and calendar",
  "id": "/info-wall/",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
