{
  "id": "/",
  "name": "My Record Room",
  "short_name": "RecordRoom",
  "description": "Record Room Management System - Divisional Secretariat Niyagama",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F0F4F8",
  "theme_color": "#5A67D8",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile-login.png",
      "sizes": "1080x1920",
      "type": "image/png"
    }
  ]
}