{
  "name": "ゼロスク — 会社 OS",
  "short_name": "ゼロスク",
  "description": "個人〜小規模会社の運営を 1 アプリで完結する AI 内蔵会社 OS",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1f7a3a",
  "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"
    },
    {
      "src": "/icon-apple-touch.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "ホーム",
      "short_name": "ホーム",
      "url": "/app/home"
    },
    {
      "name": "タスク",
      "short_name": "タスク",
      "url": "/app/tasks"
    },
    {
      "name": "メモリ",
      "short_name": "メモリ",
      "url": "/app/memory"
    }
  ],
  "categories": ["business", "productivity"],
  "scope": "/"
}
