{
  "name": "Collect App - NFC Authentication for Collectors",
  "short_name": "Collect App",
  "description": "NFC-powered authentication for trading cards, collectibles, and luxury items. Protect what you collect.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0F",
  "theme_color": "#C9A962",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["lifestyle", "shopping", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/collect-card-icon.png",
      "sizes": "16x16 32x32 48x48 192x192 512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pre-order",
      "short_name": "Pre-order",
      "description": "Pre-order your Collect App",
      "url": "/preorder",
      "icons": [
        {
          "src": "/collect-card-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}