{
  "id": "./gp.html",
  "name": "GU PASS - GP Wallet",
  "short_name": "GU PASS",
  "description": "Unofficial digital student library pass for Galala University - works 100% offline once installed.",
  "start_url": "./gp.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0f1e",
  "theme_color": "#064e3b",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}