{
  "name": "判例マッチングシステム",
  "short_name": "判例マッチング",
  "description": "AIが導く、あなたに近い判例。67,000件以上の判例をベクトル検索・仮想裁判シミュレーション。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f2340",
  "theme_color": "#0f2340",
  "orientation": "portrait-primary",
  "lang": "ja",
  "categories": ["legal", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "判例を検索",
      "url": "/cases",
      "description": "判例一覧・キーワード検索"
    },
    {
      "name": "文書をアップロード",
      "url": "/analyze",
      "description": "類似判例マッチング・仮想裁判"
    }
  ]
}
