{
  "name": "CognoSports",
  "short_name": "CognoSports",
  "id": "/app",
  "description": "Multi-source football data and research-review workbench.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "en-GB",
  "dir": "ltr",
  "background_color": "#0B0F14",
  "theme_color": "#4F46E5",
  "categories": ["sports", "business", "productivity"],
  "icons": [
    {
      "src": "/icons/cognosports-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/cognosports-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/cognosports-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/matches?source=pwa_shortcut",
      "icons": [{ "src": "/icons/cognosports-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Live matches",
      "short_name": "Live",
      "url": "/live?source=pwa_shortcut",
      "icons": [{ "src": "/icons/cognosports-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/inbox?source=pwa_shortcut",
      "icons": [{ "src": "/icons/cognosports-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
