{
  "name": "釉薬調合計算ツール",
  "short_name": "釉薬計算",
  "description": "釉薬の調合レシピをNNLS法で計算。感度分析・UMF変換付き",
  "start_url": "glaze_calc.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e14",
  "theme_color": "#c89b3c",
  "lang": "ja",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}