{
  "name": "Stake — 自分との約束を守る習慣管理",
  "short_name": "Stake",
  "description": "自分に「ステーク（賭け金）」を貼って習慣を守る個人 OS。罰金とご褒美で 6 領域を 1 つに。端末内完結。",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["lifestyle", "productivity", "health"],
  "icons": [
    {
      "src": "/icons/stake-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/stake-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/stake-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/stake-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "朝のチェック",
      "short_name": "Morning",
      "url": "/?view=morning",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "夜の振り返り",
      "short_name": "Night",
      "url": "/?view=night",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "筋トレ記録",
      "short_name": "Workout",
      "url": "/?view=workout",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
