{
  "name": "INITY - Digital Legacy Platform",
  "short_name": "INITY",
  "description": "Preserve your digital legacy with blockchain-verified memories, funeral planning, and secure asset management. Offline access included.",
  "start_url": "/pages/copy-of-memory-box.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#ff4d6d",
  "background_color": "#0a0a0c",
  "categories": ["lifestyle", "utilities", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/assets/icons/inity-app-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/inity-app-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "social"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect width='540' height='720' fill='%230a0a0f'/><text x='270' y='360' font-size='48' text-anchor='middle' fill='%23ff5555' font-family='Arial'>INITY Screenshot</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Memory Box",
      "short_name": "Memories",
      "description": "Open your memory box",
      "url": "/pages/copy-of-memory-box.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' fill='%23ff5555'/><text x='48' y='60' font-size='40' text-anchor='middle' fill='white'>📦</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "View your photo gallery",
      "url": "/pages/pictures.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' fill='%234ecdc4'/><text x='48' y='60' font-size='40' text-anchor='middle' fill='white'>🖼️</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/pages/dashboard.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*", "audio/*"]
        }
      ]
    }
  }
}
