{
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "name": "DLI計算",
  "short_name": "DLI計算",
  "description": "照射距離とPPFDからDLI（日長積分）を自動計算し、植物の成長段階に最適な光量を判定・シミュレーションします。",
  "categories": [
    "utilities",
    "education"
  ],
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#15803d",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa-screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "DLI計算アプリ モバイル画面"
    },
    {
      "src": "/pwa-screenshot-desktop.png",
      "sizes": "1280x960",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DLI計算アプリ デスクトップ画面"
    }
  ],
  "shortcuts": [
    {
      "name": "単一ライト計算",
      "short_name": "単一計算",
      "url": "/?tab=single",
      "description": "1つのライトの距離からPPFDとDLIを算出します"
    },
    {
      "name": "複数ライト比較",
      "short_name": "複数比較",
      "url": "/?tab=compare",
      "description": "複数のライトを並べて性能と適合度を比較します"
    }
  ]
}
