{
  "name": "シンプル帳簿アプリ",
  "short_name": "シンプル帳簿",
  "description": "複式簿記に基づいた会計管理アプリケーション",
  "theme_color": "#2563eb",
  "background_color": "#f8fafc",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
