{
  "name":             "Dartemis",
  "short_name":       "Dartemis",
  "description":      "darts league scoring and management — for captains and admins.",
  "start_url":        "/",
  "scope":            "/",
  "display":          "standalone",
  "orientation":      "portrait-primary",
  "theme_color":      "#0E1210",
  "background_color": "#0E1210",
  "icons": [
    { "src": "/icon.png", "type": "image/png", "sizes": "512x512" },
    { "src": "/icon.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
    { "src": "/icon.svg", "type": "image/svg+xml", "sizes": "any"        }
  ],
  "shortcuts": [
    {
      "name":        "Captain home",
      "short_name":  "Captain",
      "description": "Jump straight to your next fixture.",
      "url":         "/captains",
      "icons":       [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}
