// app/assets/javascripts/manifest.json
{
  "name": "Ezicomply",
  "short_name": "Ezicomply",
  "icons": [
    {
      "src": "ezicomply-icon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "ezicomply-icon-highres.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "ezicomply-icon-super-highres.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#512DA8"
}
