{
  "name": "DashLab Kids",
  "short_name": "DashLab",
  "description": "Move better. Run faster.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "categories": ["sports", "education", "kids"],
  "icons": [
    { "src": "/favicon.ico", "sizes": "any", "type": "image/x-icon" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/record",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [{ "name": "video", "accept": ["video/*"] }]
    }
  },
  "shortcuts": [
    { "name": "Record a run", "short_name": "Record", "url": "/record" },
    { "name": "Today's quest", "short_name": "Quest", "url": "/quest-line" }
  ]
}
