{
  "name": "Annapolis Valley Events",
  "short_name": "Valley Events",
  "lang": "en-US",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "white",
  "theme_color": "white",
  "icons": [
    {
      "src": "/image/brand/tickets73x73.png",
      "type": "image/png",
      "sizes": "73x73"
    },
    {
      "src": "/image/brand/tickets300x300.png",
      "type": "image/png",
      "sizes": "300x300"
    },
    {
      "src": "/image/brand/tickets512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ], 
  "shortcuts": [
    {
      "name": "Today",
      "description": "View events happending today",
      "url": "/today",
      "icons": [ { "src": "/image/appshortcut/calender.png", "sizes": "192x192" } ]
    },
    {
      "name": "Music",
      "description": "View music events",
      "url": "/music",
      "icons": [ { "src": "/image/appshortcut/music.png", "sizes": "192x192" } ]
    },
    {
      "name": "Nearby",
      "description": "View nearby events",
      "url": "/nearby",
      "icons": [ { "src": "/image/appshortcut/nearby.png", "sizes": "192x192" } ]
    }
  ]
}