{
  "name": "HandsUp",
  "short_name": "HandsUp",
  "description": "Real-time AI handstand coach",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "background_color": "#f3f2f2",
  "theme_color": "#b68235",
  "categories": [
    "health",
    "fitness",
    "sports"
  ],
  "lang": "en",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}