{
  "id": "/",
  "name": "Farewell Pages",
  "short_name": "Farewell",
  "description": "One respectful place to announce, coordinate, and share — and to keep saved memorial pages available on your phone, even without internet.",
  "scope": "/",
  "start_url": "/launch",
  "display": "standalone",
  "background_color": "#F7F4F9",
  "theme_color": "#4B1E78",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "social"],
  "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/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Open my memorial",
      "url": "/launch?target=memorial",
      "description": "Return to the memorial you last visited"
    },
    {
      "name": "Create announcement",
      "url": "/create",
      "description": "Publish a free official announcement"
    },
    {
      "name": "View sample memorial",
      "url": "/sample",
      "description": "See a complete example memorial"
    },
    {
      "name": "Organizer dashboard",
      "url": "/launch?target=dashboard",
      "description": "Manage your memorials"
    },
    {
      "name": "Saved pages",
      "url": "/saved",
      "description": "Open memorials saved for offline use"
    }
  ]
}
