{
  "name": "Ashara Servant Checker",
  "short_name": "Servant Checker",
  "start_url": "/servant/index.html",
  "display": "fullscreen",
  "background_color": "#ffffff",
  "theme_color": "#4caf50",
  "orientation": "portrait",
  "scope": "/servant/",
  "icons": [
    {
      "src": "/servant/assets/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/servant/assets/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/servant/assets/screenshots/desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ashara Servant Checker - Desktop View"
    },
    {
      "src": "/servant/assets/screenshots/mobile-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ashara Servant Checker - Mobile View"
    }
  ]
}