{
  "name": "GAMB1T - NFC Business Cards",
  "short_name": "Gamb1t",
  "description": "Create, share, and manage digital NFC business cards with ease",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#ff6b35",
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/images/icons/app_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/icons/app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/images/icons/app_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/app_icon_maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View My Cards",
      "short_name": "Cards",
      "description": "View and manage your NFC business cards",
      "url": "/cards",
      "icons": [
        {
          "src": "/images/icons/app_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Create New Card",
      "short_name": "New Card",
      "description": "Create a new NFC business card",
      "url": "/cards/connect",
      "icons": [
        {
          "src": "/images/icons/app_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
