{
  "id": "/",
  "name": "Prosperify",
  "short_name": "Prosperify",
  "description": "Prosperify intelligent document platform with AI stores, secure knowledge retrieval, and enterprise workflow tooling.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "background_color": "#09090b",
  "theme_color": "#f97316",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/chat",
      "description": "Open store conversations"
    },
    {
      "name": "Files",
      "short_name": "Files",
      "url": "/files",
      "description": "Open knowledge base files"
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "/settings",
      "description": "Open account and workspace settings"
    }
  ]
}