{
  "name": "TaskFlow",
  "short_name": "TaskFlow",
  "description": "シンプルなタスク管理アプリ",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#181d26",
  "orientation": "portrait-primary",
  "lang": "ja",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "今日のタスク",
      "short_name": "Today",
      "description": "今日のタスクを表示",
      "url": "./#today",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
