{
  "name": "リングゲーム受付表",
  "short_name": "受付表",
  "description": "ポーカー(リングゲーム)の受付管理表。NAME・場代・入金・引き出し・残チップ・飲食代を記録し、合計を自動計算します",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2f4f7",
  "theme_color": "#2f5d8a",
  "lang": "ja",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
