{
  "$schema": "https://json.schemastore.org/web-manifest.json",
  "id": "/app_auth.php",
  "name": "CraSy Creative App",
  "short_name": "CraSy App",
  "description": "Deine kreative Handarbeits- und DIY-Community für Kurse, Anleitungen und Austausch.",
  "start_url": "/app_auth.php?utm_source=pwa&mode=standalone",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#EEC9DB",
  "theme_color": "#EEC9DB",
  "lang": "de-DE",
  "dir": "ltr",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "/images/appicons/android/ic_launcher-web.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/appicons/android/playstore-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/appicons/android/ic_launcher-web.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/appicons/android/playstore-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}