{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Convert.Guru",
  "short_name": "Convert.Guru",
  "description": "Convert files online with ease",
  "start_url": "/",
  "theme_color": "#e82",
  "background_color": "#fff",
  "display": "standalone",
  "icons": [{
    "src":"/images/android-chrome-192x192.png",
    "sizes":"192x192",
    "type":"image/png"
  }, {
    "src":"/images/android-chrome-512x512.png",
    "sizes":"512x512",
    "type":"image/png"
  }]
}
