{
  "name": "JustifyPro - Begründungsgenerator",
  "short_name": "JustifyPro",
  "description": "Dein Argumentator für mündliche Noten. Schnell, zuverlässig und datenschutzkonform.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f1f5f9",
  "theme_color": "#0ea5e9",
  "orientation": "portrait",
  "scope": "/",
  "lang": "de",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/assets/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Neue Begründung",
      "short_name": "Neu",
      "description": "Generiere eine neue Begründung",
      "url": "/?action=new",
      "icons": [
        {
          "src": "/assets/logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}

