{
  "name": "Gloomycherry",
  "short_name": "Gloomycherry",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#ff6b01",
  "theme_color": "#ff6b01",
  "orientation": "portrait",
  "icons": [
    {
      "src": "img/icon-192.png?v=2",
      "sizes": "192x192?v=2",
      "type": "image/png"
    },
    {
      "src": "img/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}