{
  "name": "Byndr — Your Collecting Companion",
  "short_name": "Byndr",
  "description": "Track your TCG collection across Pokémon, One Piece, and more. Set goals, monitor values, and discover cards.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#0B0C10",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "lifestyle", "games", "tcg", "collecting","cards","hobbies"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Collection",
      "short_name": "Collection",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan Card",
      "short_name": "Scan",
      "url": "/dashboard?scan=true",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Sets",
      "short_name": "Sets",
      "url": "/sets",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
