{
  "name": "カロリー消費量計算ツール",
  "short_name": "カロリー計算",
  "description": "運動種目・時間・体重からカロリー消費量を計算。逆算・食品換算対応。",
  "start_url": "/calorie-burn-calculator/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#EA580C",
  "scope": "/calorie-burn-calculator/",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}