{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "HRIS - Human Resource Information System",
  "short_name": "HRIS",
  "description": "Official Human Resource Information System for Intek. Manage attendance, profile, and employee services.",
  "id": "id.my.inspirova.attend",
  "lang": "id-ID",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/logo_merah.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo_merah.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendance",
      "short_name": "Absen",
      "description": "Quick attendance check-in",
      "url": "/attendance",
      "icons": [
        {
          "src": "/logo_merah.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Activity",
      "short_name": "Aktivitas",
      "description": "Daily activity log",
      "url": "/activity",
      "icons": [
        {
          "src": "/logo_merah.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profil",
      "description": "View and edit profile",
      "url": "/profile",
      "icons": [
        {
          "src": "/logo_merah.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "protocol_handlers": [
    {
      "protocol": "web+intekhris",
      "url": "/deeplink?uri=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/file-viewer",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "image/png": [
          ".png"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/webp": [
          ".webp"
        ]
      }
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34b8de4a52ee"
}