{
  "id": "/",
  "name": "HiMarket — Magic: The Gathering Marketplace",
  "short_name": "HiMarket",
  "description": "Buy, sell, and trade Magic: The Gathering singles in Hong Kong. Browse live listings, track buylists, manage pickups, and pay with store credits — all in one app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "shopping", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon",
      "purpose": "monochrome"
    },
    {
      "src": "/icons/badge-72x72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Browse the full MTG marketplace",
      "url": "/marketplace",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Listings",
      "short_name": "Listings",
      "description": "Manage cards you have for sale",
      "url": "/my-listings",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your cart and check out",
      "url": "/cart",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pickup",
      "short_name": "Pickup",
      "description": "Manage your pickup requests",
      "url": "/orders?tab=requests",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "permissions": [
    "notifications"
  ],
  "gcm_sender_id": "103953800507"
}
