{
  "name": "Proudr - Social Discovery & Chat",
  "short_name": "Proudr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08080a",
  "theme_color": "#e11d48",
  "description": "The premium location-based social networking and real-time discovery app.",
  "categories": ["social", "lifestyle", "networking"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover Grid",
      "short_name": "Discover",
      "description": "Explore nearby profiles",
      "url": "/home",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nearby Map",
      "short_name": "Nearby",
      "description": "Live proximity radar and map",
      "url": "/nearby",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Messages & Inbox",
      "short_name": "Inbox",
      "description": "Check your conversations",
      "url": "/inbox",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Marketplace",
      "short_name": "Store",
      "description": "Browse shop and gear",
      "url": "/store",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
