{
  "name": "P2P Trade",
  "short_name": "P2P Trade",
  "description": "Peer-to-peer trading with transparent pricing verified against global exchanges",
  "theme_color": "#0a0e17",
  "background_color": "#0a0e17",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/?homescreen=1",
  "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"
    }
  ],
  "categories": ["finance", "business", "trading"],
  "shortcuts": [
    {
      "name": "Start Trading",
      "short_name": "Trade",
      "description": "Open P2P trading platform",
      "url": "/trade.php"
    }
  ]
}
