{
  "name": "KAZU_CTRL // PRO",
  "short_name": "KAZU_CTRL",
  "description": "Kazuの個人用コックピットOS - 学業・副業・資格を統合管理するPWA",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#020617",
  "background_color": "#020617",
  "categories": ["productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23020617' width='540' height='720'/><text x='270' y='360' font-size='120' font-weight='bold' fill='%2360a5fa' text-anchor='middle' dominant-baseline='middle' font-family='monospace'>KAZU_CTRL</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23020617' width='192' height='192'/><text x='96' y='96' font-size='120' font-weight='bold' fill='%2360a5fa' text-anchor='middle' dominant-baseline='middle' font-family='monospace'>K</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23020617' width='192' height='192'/><text x='96' y='96' font-size='120' font-weight='bold' fill='%2360a5fa' text-anchor='middle' dominant-baseline='middle' font-family='monospace'>K</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "新しいタスク",
      "short_name": "タスク追加",
      "description": "新しいタスクを追加する",
      "url": "/?tab=tasks",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23020617' width='96' height='96'/><text x='48' y='48' font-size='60' text-anchor='middle' dominant-baseline='middle'>✓</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "タイマー開始",
      "short_name": "タイマー",
      "description": "数学プロトコルタイマーを開始する",
      "url": "/?tab=today",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23020617' width='96' height='96'/><text x='48' y='48' font-size='60' text-anchor='middle' dominant-baseline='middle'>⏱</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
