{
  "name": "The Hansen Times",
  "short_name": "Hansen Times",
  "description": "The Hansen family planner: activities, rides and budget.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F4F7FA",
  "theme_color": "#005A9C",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Today's plan and who is driving",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Rides this week",
      "short_name": "Rides",
      "description": "The driving plan",
      "url": "/rides",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "/calendar",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shopping list",
      "short_name": "Shopping",
      "description": "Tick things off in the store",
      "url": "/shopping",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New event",
      "short_name": "New event",
      "description": "Add something to the schedule",
      "url": "/?new=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
