{
  "name": "MyPlans - Trainingspläne",
  "short_name": "MyPlans",
  "description": "Erstelle und teile deine Trainingspläne mit der Community",
  "theme_color": "#f2b705",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "lang": "de-DE",
  "dir": "ltr",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neuer Plan",
      "short_name": "Erstellen",
      "description": "Erstelle einen neuen Trainingsplan",
      "url": "/me/create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meine Pläne",
      "short_name": "Pläne",
      "description": "Zeige meine Trainingspläne",
      "url": "/me/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
