{
  "name": "Knack - Kartenspiel",
  "short_name": "Knack",
  "description": "Ein modernes Knack-Kartenspiel: lokal/offline gegen Computergegner oder online gegen echte Mitspieler.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#17151f",
  "theme_color": "#17151f",
  "orientation": "portrait-primary",
  "categories": ["games", "card"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
