{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Binder Boss",
  "short_name": "Binder Boss",
  "description": "Pokemon TCG ownership tracker. Every set, every Pokemon, every variant.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f2ea",
  "theme_color": "#f6f2ea",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "lifestyle", "entertainment"],
  "shortcuts": [
    {
      "name": "Browse sets",
      "short_name": "Sets",
      "url": "/app/sets",
      "description": "Track collection by set"
    },
    {
      "name": "Open binders",
      "short_name": "Binders",
      "url": "/app/binders",
      "description": "Your custom binders"
    },
    {
      "name": "Wishlist",
      "short_name": "Wishlist",
      "url": "/app/wishlist",
      "description": "Cards you're hunting"
    }
  ]
}
