{
  "name": "TeamFit — Find your training partners",
  "short_name": "TeamFit",
  "description": "Social sports app for Cycling, Running and Padel. Find groups, chat live, and train together.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "categories": ["sports", "social", "fitness", "lifestyle"],
  "lang": "da",
  "dir": "ltr",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore activities",
      "short_name": "Explore",
      "description": "Find nearby groups",
      "url": "/explore?utm_source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create activity",
      "short_name": "Create",
      "description": "Host a new session",
      "url": "/create?utm_source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
