{
  "id": "/",
  "name": "INTAYO — Beweise, dass du recht hattest",
  "short_name": "INTAYO",
  "description": "Fordere Freunde heraus, reiche Beweise ein, begleiche Ehrenschulden — und verdiene dir das Recht zu sagen: I TOLD YOU.",
  "start_url": "/dashboard?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0d",
  "theme_color": "#0b0b0d",
  "lang": "de",
  "dir": "ltr",
  "categories": ["social", "entertainment", "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": "Neue Challenge",
      "short_name": "Challenge",
      "description": "Eine neue Challenge starten",
      "url": "/new-dispute?src=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Meine Duelle",
      "short_name": "Duelle",
      "description": "Laufende Challenges ansehen",
      "url": "/active-challenges?src=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Arena",
      "short_name": "Arena",
      "description": "Öffentliche Challenges entdecken",
      "url": "/explore?src=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
