{
  "name": "Aquarium Stamp v2.1.5",
  "short_name": "Aquarium Stamp",
  "description": "図鑑ページのレイアウト崩れを修正した安全版です。",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0e5c83",
  "theme_color": "#0A8DDC",
  "orientation": "portrait",
  "icons": [
    {
      "src": "images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}