{
  "name": "Master Setter",
  "short_name": "Master Setter",
  "description": "Pokemon TCG collection tracker. Every card. Every language. Every variant.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#0d0d0d",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "My Collection",
      "url": "/collection",
      "description": "Open your card collection"
    },
    {
      "name": "Custom Binders",
      "url": "/collections",
      "description": "Open your custom binders"
    },
    {
      "name": "Search",
      "url": "/search",
      "description": "Search the catalog"
    }
  ]
}
