{
  "name": "GullakApp",
  "short_name": "GullakApp",
  "description": "Gullak - Save, Share, and Connect",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F15A22",
  "theme_color": "#F15A22",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/gullak_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gullak_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gullak_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
