{
  "name": "珈琲ノート - Coffee Note App",
  "short_name": "珈琲ノート",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#8B4513",
  "theme_color": "#8B4513",
  "description": "コーヒー愛好家のための記録・管理アプリ。豆の種類、抽出方法、味の評価を記録して理想の一杯を見つけよう。",
  "icons": [
    {
      "src": "assets/images/coffee-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/coffee-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "scope": "/coffee-note-app/"
}