{ "name": "TacFlow", "short_name": "TacFlow", "description": "属人化リスクマネジメント SaaS — 属人化を、仕組みで防ぐ。", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "any", "background_color": "#ffffff", "theme_color": "#3B45D9", "lang": "ja", "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" } ], "share_target": { "action": "/capture", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "shared_title", "text": "shared_text", "url": "shared_url", "files": [ { "name": "shared_image", "accept": ["image/jpeg", "image/png", "image/gif", "image/webp", "image/*"] } ] } }, "shortcuts": [ { "name": "キャプチャ", "short_name": "キャプチャ", "description": "ナレッジをすぐに記録する", "url": "/capture", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }, { "name": "ダッシュボード", "short_name": "ダッシュ", "description": "組織の属人化状況を確認する", "url": "/dashboard", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }, { "name": "レビューキュー", "short_name": "レビュー", "description": "承認待ちナレッジを確認する", "url": "/review-queue", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }, { "name": "AI チャット", "short_name": "チャット", "description": "AI に業務知識を質問する", "url": "/chat", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }, { "name": "QR スキャン", "short_name": "QR", "description": "QR コードでナレッジへ直接アクセス", "url": "/qr-scan", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] } ] }