{
  "name": "Eventer Web",
  "short_name": "Eventer Web",
  "start_url": "/event/home.html",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",
  "related_applications": [{
    "platform": "webapp",
    "url": "https://app.eventer.cc/manifest.json"
  }],  
  "icons": [
    { "src": "icons/72x72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "icons/96x96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "icons/128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "icons/192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/256x256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "icons/512x512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}