{
  "name": "TCG Sammlungs-Tracker",
  "short_name": "TCG Tracker",
  "description": "Tracke deine Pokémon TCG Sammlung kostenlos. 172 Sets, 20.000+ Karten.",
  "start_url": "/tracker",
  "scope": "/tracker",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d1117",
  "theme_color": "#58a6ff",
  "lang": "de",
  "categories": ["utilities", "entertainment"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sets durchsuchen",
      "short_name": "Sets",
      "url": "/tracker#sets",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Meine Sammlung",
      "short_name": "Sammlung",
      "url": "/tracker#sammlung",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
