{
  "name": "MeeNow",
  "short_name": "MeeNow",
  "description": "Was möchtest du machen – und wer hat Lust, mitzumachen?",
  "lang": "de",
  "dir": "ltr",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "background_color": "#FBF7F2",
  "theme_color": "#E25B3A",
  "orientation": "portrait",
  "categories": ["social", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Aktivität erstellen",
      "short_name": "Erstellen",
      "url": "/create"
    },
    {
      "name": "Nachrichten",
      "short_name": "Nachrichten",
      "url": "/messages"
    }
  ]
}
