{
  "name": "MACHIKAURA 抽出検証アプリ",
  "short_name": "抽出検証",
  "description": "粉量起点で注湯量・合計湯量・獲得量・残液量を自動計算するMACHIKAURA抽出検証アプリ。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f1ea",
  "theme_color": "#4d3a2c",
  "lang": "ja",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}