{
  "name": "Keptured Vault",
  "short_name": "Keptured",
  "description": "Preserve memories, family stories, and memorial archives forever with physical gravesite QR connectivity.",
  "start_url": "/portal",
  "id": "/portal",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#14b8a6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/portal?tab=staging",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*", "audio/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Staging & Smart Scanner",
      "short_name": "Staging",
      "description": "Stage and review new memory imports",
      "url": "/portal?tab=staging",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Share Memory",
      "short_name": "Share",
      "description": "Share a photo or tribute to a memorial vault",
      "url": "/upload-memory",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Explore Radar",
      "short_name": "Radar",
      "description": "Find nearby memorials and gravesites",
      "url": "/explore",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "My Vaults",
      "short_name": "Vaults",
      "description": "Open your family legacy dashboard",
      "url": "/portal",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    }
  ],
  "categories": ["lifestyle", "family", "utilities"]
}
