{
  "name": "NEMSU Employee Records Management System",
  "short_name": "NEMSU ERMS",
  "description": "North Eastern Mindanao State University Employee Records Management System - Manage employee records, track service history, and streamline HR processes",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#012970",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Login",
      "url": "/login",
      "description": "Quick access to login"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}