{
  "name": "Meine Mannschaft",
  "short_name": "MeineM",
  "description": "Datenbasierte Aufstellung, Leistungsdiagnostik und Spieltag-Organisation für Fußballteams.",
  "id": "../index.php?page=dashboard",
  "start_url": "../index.php?page=dashboard",
  "scope": "../",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#0c0c10",
  "background_color": "#0a0a0d",
  "lang": "de",
  "dir": "ltr",
  "categories": ["sports", "productivity"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Aufstellung",
      "short_name": "Aufstellung",
      "url": "../index.php?page=lineup",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Spieltag",
      "short_name": "Spieltag",
      "url": "../index.php?page=matchday",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Team-News",
      "short_name": "News",
      "url": "../index.php?page=team_news",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
