{
  "name": "ハネミー β",
  "short_name": "ハネミー",
  "description": "家計簿みたいに細かく記録するのではなく、今月あといくら安心して使えるかをざっくり見られるアプリ",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fff7ea",
  "theme_color": "#e58a32",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}