{
  "name": "Sternchen-Schnapp!",
  "short_name": "Sternchen",
  "description": "Schnelles, kinderfreundliches Mini-Spiel (offline, ohne Werbung).",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fff7ed",
  "theme_color": "#6ee7ff",
  "orientation": "any",
  "categories": [
    "games",
    "kids",
    "education"
  ],
  "lang": "de",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}