{
  "name": "Fightpot",
  "short_name": "Fightpot",
  "description": "Der Pool für den Boxsport: Boxer-Profile finden, Sparring und Kämpfe direkt anfragen.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0f14",
  "theme_color": "#0d0f14",
  "lang": "de",
  "categories": [
    "sports",
    "social",
    "entertainment"
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Boxer-Pool",
      "url": "/boxer"
    },
    {
      "name": "Mein Profil",
      "url": "/mein-profil"
    }
  ],
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}