{
  "name": "Sakal Schoolympics",
  "short_name": "Schoolympics",
  "description": "Platform for Young Athletes to compete in various sports and events",
  "categories": ["webapp", "event", "sports", "athletics", "games", "competition", "tournament"],
  "start_url": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#daebff",
  "theme_color": "#fff",
  "id": "/",
  "lang": "en",
  "shortcuts": [{ "name": "Home", "url": "/", "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }] }],
  "icons": [
    { "src": "icons/icon-48x48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "screenshots": [
    { "src": "screenshot1.webp", "sizes": "2915x1662", "type": "image/*", "form_factor": "wide" },
    { "src": "screenshot2.webp", "sizes": "2875x1662", "type": "image/*" },
    { "src": "screenshot3.webp", "sizes": "872x1662", "type": "image/*" },
    { "src": "screenshot4.webp", "sizes": "872x1662", "type": "image/*" }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+tea",
      "url": "/tea?type=%s"
    },
    {
      "protocol": "web+coffee",
      "url": "/coffee?type=%s"
    }
  ]
}
