{
  "id": "../client/",
  "name": "UNPFU Faculty Portal",
  "short_name": "UNPFU",
  "description": "Faculty services, loans, notifications, profile, and election access for UNP Faculty Union members.",
  "start_url": "../faculty_login.php?source=pwa",
  "scope": "../",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f2f6ff",
  "theme_color": "#082f52",
  "lang": "en-PH",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "../img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Faculty Dashboard", "url": "dashboard.php", "icons": [{ "src": "../img/pwa-icon-192.png", "sizes": "192x192" }] },
    { "name": "Loans", "url": "loans.php", "icons": [{ "src": "../img/pwa-icon-192.png", "sizes": "192x192" }] },
    { "name": "Notifications", "url": "notifications.php", "icons": [{ "src": "../img/pwa-icon-192.png", "sizes": "192x192" }] }
  ]
}
