{
  "name": "Twilight Game Shop",
  "short_name": "Twilight Shop",
  "description": "Your premium MLBB diamonds and gaming services provider",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0a1f",
  "theme_color": "#a855f7",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/placeholder.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment", "shopping"],
  "shortcuts": [
    {
      "name": "Place Order",
      "short_name": "Order",
      "description": "Place a new order",
      "url": "/orders",
      "icons": [{ "src": "/placeholder.svg", "sizes": "96x96" }]
    },
    {
      "name": "News",
      "short_name": "News",
      "description": "View latest MLBB news",
      "url": "/news",
      "icons": [{ "src": "/placeholder.svg", "sizes": "96x96" }]
    }
  ]
}
