{
  "name": "Kennzeichen Quiz",
  "short_name": "Kennzeichen",
  "description": "Errate deutsche Kfz-Kennzeichen im Duell gegen Freunde oder Bots.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "categories": ["games", "education"],
  "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" }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "PACKAGE_ID_HIER_EINTRAGEN",
      "url": "https://play.google.com/store/apps/details?id=PACKAGE_ID_HIER_EINTRAGEN"
    }
  ]
}