{
  "id": "./",
  "name": "PickItUp",
  "short_name": "PickItUp",
  "description": "Das schnelle Multiplayer-Spiel für Browser und App.",
  "lang": "de",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#03050d",
  "theme_color": "#03050d",
  "categories": ["games", "entertainment"],
  "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 maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Direkt spielen",
      "short_name": "Spielen",
      "url": "./"
    },
    {
      "name": "Challenges",
      "short_name": "Challenges",
      "url": "./challenges"
    }
  ]
}
