﻿{
  "name": "ほとり",
  "short_name": "ほとり",
  "description": "こころのための場所。小さな一歩と、5分の親切。",
  "start_url": "/today",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF8F3",
  "theme_color": "#2D5A3D",
  "lang": "ja",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/today.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "今日のきっかけ"
    }
  ],
  "categories": [
    "health",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "今日のきっかけ",
      "short_name": "今日",
      "url": "/today",
      "icons": [
        {
          "src": "/icons/shortcut-today.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "5分の親切",
      "short_name": "親切",
      "url": "/help",
      "icons": [
        {
          "src": "/icons/shortcut-help.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}