{
  "name": "GoSmart Enterprise Axis",
  "short_name": "GoSmart Axis",
  "description": "Unified Portal for GoSmart Stock, HR, Dashboard, and Complaints Management.",
  "start_url": "./login/index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/login/ic_launcher.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/login/ic_launcher.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/login-screenshot.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "android",
      "label": "Login Screen"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Go to login page",
      "url": "./login/index.php",
      "icons": [
        {
          "src": "/login/ic_launcher.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to dashboard",
      "url": "./dashboard/index.php",
      "icons": [
        {
          "src": "/login/ic_launcher.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "display_override": ["standalone", "fullscreen"]
}