{
  "name": "Our Space",
  "short_name": "Our Space",
  "description": "A private little home for the two of us.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5EBE0",
  "theme_color": "#B8686E",
  "icons": [
    { "src": "/icons/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/app-icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/app-icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Grocery", "short_name": "Grocery", "url": "/grocery", "icons": [{ "src": "/icons/app-icon-192.png", "sizes": "192x192" }] },
    { "name": "Love notes", "short_name": "Notes", "url": "/notes", "icons": [{ "src": "/icons/app-icon-192.png", "sizes": "192x192" }] },
    { "name": "Calendar", "short_name": "Calendar", "url": "/calendar", "icons": [{ "src": "/icons/app-icon-192.png", "sizes": "192x192" }] }
  ]
}
