{
  "id": "/",
  "name": "Shoot Gold",
  "short_name": "Shoot Gold",
  "description": "Training, performance and collaboration for competitive shooting.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "any",
  "categories": ["sports", "health", "productivity"],
  "icons": [
    {
      "src": "/static/logo/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/logo/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {"name": "Open dashboard", "short_name": "Dashboard", "url": "/?source=shortcut"},
    {"name": "Training", "short_name": "Training", "url": "/training/?source=shortcut"}
  ],
  "share_target": {
    "action": "/offline/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {"title": "title", "text": "text", "url": "url"}
  }
}
