{
  "name": "士業CRM",
  "short_name": "士業CRM",
  "description": "士業事務所向け顧客・案件・請求書管理",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "顧客一覧",
      "url": "/clients",
      "description": "クライアント一覧を表示"
    },
    {
      "name": "タスク",
      "url": "/tasks",
      "description": "今日のタスクを確認"
    },
    {
      "name": "請求書",
      "url": "/invoices",
      "description": "請求書・入金管理"
    }
  ]
}
