{
  "name": "VaultMart",
  "short_name": "VaultMart",
  "description": "Nigeria's trusted P2P marketplace with escrow protection",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F4EF",
  "theme_color": "#1C2B1E",
  "lang": "en-NG",
  "categories": ["shopping", "business"],
  "icons": [
    { "src": "/icons/icon-48.png",            "sizes": "48x48",   "type": "image/png" },
    { "src": "/icons/icon-72.png",            "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/icon-96.png",            "sizes": "96x96",   "type": "image/png" },
    { "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/icon-maskable-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "My orders",
      "short_name": "Orders",
      "description": "View your current orders",
      "url": "/orders",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Messages",
      "short_name": "Chats",
      "description": "Your conversations",
      "url": "/chats",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "description": "Your VaultMart wallet",
      "url": "/wallet",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false
}
