{
  "name": "MegaWagi App",
  "short_name": "MegaWagi",
  "description": "MegaWagi Official App",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",

  "icons": [
    {
      "src": "icons/MEGAWAGI LOGO - 200x200.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/MEGAWAGI LOGO - 200x200.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}