{
  "id": "/",
  "name": "GuessUp — Pantomime Partyspiel",
  "short_name": "GuessUp",
  "description": "Das Pantomime Partyspiel für Freunde und Familie",
  "lang": "de",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b16",
  "theme_color": "#0b0b16",
  "shortcuts": [
    {
      "name": "Schnelles Spiel",
      "short_name": "Spielen",
      "url": "./?action=quickplay",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Statistiken",
      "short_name": "Stats",
      "url": "./?screen=stats",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
