{
  "name": "薬局の日付計算",
  "short_name": "日付計算",
  "description": "開始日を1日目とした日付と、2つの日付の期間を計算します",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f8fbf9",
  "theme_color": "#176b52",
  "lang": "ja",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
