{
  "name": "Goodmojo CEIM Mobile Scanner",
  "short_name": "CEIM Scanner",
  "description": "Mobile client registration and QR scanner for social services",
  "start_url": "/mobile-scanner",
  "display": "fullscreen",
  "orientation": "portrait",
  "theme_color": "#1e40af",
  "background_color": "#ffffff",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "permissions": [
    "camera",
    "microphone"
  ],
  "categories": ["productivity", "business", "social"],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "capture_links": "existing-client-navigate"
}