{
  "name": "GRAILZ - Trading Card Marketplace",
  "short_name": "GRAILZ",
  "description": "Live collectibles marketplace for trading cards, vendors, streamers, and collectors.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#06b6d4",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["shopping", "games", "lifestyle"],
  "icons": [
    {
      "src": "/grailz-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/grailz-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-home.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.png",
      "type": "image/png",
      "sizes": "414x896",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Browse",
      "description": "Browse the marketplace",
      "url": "/marketplace",
      "icons": [
        {
          "src": "/icons/browse-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Heat Pulls",
      "short_name": "Heat Pulls",
      "description": "Daily card pulls and XP",
      "url": "/heat-pulls",
      "icons": [
        {
          "src": "/icons/heat-pulls-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your cart",
      "url": "/cart",
      "icons": [
        {
          "src": "/icons/cart-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-new", "navigate-existing"]
  }
}