{
  "id": "/?source=pwa",
  "name": "FECOFA Sovereign Digital Hub",
  "short_name": "FECOFA",
  "description": "Offline-first federation operations — member registration, match reporting, competitions and digital passports for sovereign football federations.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#FFFDF6",
  "theme_color": "#F59E0B",
  "categories": ["sports", "productivity", "government"],
  "icons": [
    {
      "src": "/icons/fecofa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/fecofa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Register a member",
      "short_name": "Register",
      "description": "Open the registration node",
      "url": "/registration"
    },
    {
      "name": "Match reporting",
      "short_name": "Matches",
      "description": "Offline-first match reports for officials",
      "url": "/match-reports"
    },
    {
      "name": "My Football",
      "short_name": "My Football",
      "description": "Personal football home",
      "url": "/my-football"
    },
    {
      "name": "Competitions",
      "short_name": "Competitions",
      "description": "Federation competitions",
      "url": "/competitions"
    }
  ]
}
