{
  "name": "re:al",
  "short_name": "re:al",
  "description": "いま、この身体に戻る",
  "start_url": "index.html",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "./",
  "theme_color": "#020617",
  "background_color": "#020617",
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}