{
  "name": "MeeNow",
  "short_name": "MeeNow",
  "description": "Was möchtest du machen – und wer hat Lust, mitzumachen?",
  "lang": "de",
  "dir": "ltr",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "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"
    }
  ]
}
