{
  "name": "RUNFORM",
  "short_name": "RUNFORM",
  "description": "あなたの走りを、データで磨く。AI powered running form analysis.",
  "start_url": "./motion_capture_app.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0d0d1f",
  "background_color": "#0d0d1f",
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
