{
  "name": "ハビポ - 習慣追跡アプリ",
  "short_name": "ハビポ",
  "description": "日々の習慣を追跡し、目標達成をサポートする習慣追跡アプリです",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ja",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    {
      "src": "/habipo-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "32x32",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/habipo-logo.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "ダッシュボード",
      "short_name": "ダッシュボード",
      "description": "今日のアクションを確認・実行",
      "url": "/",
      "icons": [
        {
          "src": "/habipo-logo.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "アクション管理",
      "short_name": "アクション",
      "description": "習慣・アクションの作成・編集",
      "url": "/actions",
      "icons": [
        {
          "src": "/habipo-logo.svg",
          "sizes": "96x96", 
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "進捗確認",
      "short_name": "進捗",
      "description": "目標達成状況とデータ分析",
      "url": "/progress",
      "icons": [
        {
          "src": "/habipo-logo.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}