{
  "name": "Football Management App",
  "short_name": "Football Management System",
  "description": "Official Football Management System by Bert Plus",
  "start_url": "https://football.bertplus.co.zw/index.php",
  "scope": "https://football.bertplus.co.zw/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#454065",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}