{
  "id": "/?source=pwa",
  "name": "FZCARE - Accessible Vision",
  "short_name": "FZCARE",
  "description": "Voice and AI-powered visual assistant for blind and visually impaired individuals.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "tab_strip": {
    "home_tab": {
      "scope_patterns": [
        { "pathname": "/" }
      ]
    },
    "new_tab_button": {
      "url": "/?mode=walk"
    }
  },
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#facc15",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.fzcare.vision",
      "id": "com.fzcare.vision"
    }
  ],
  "note_taking": {
    "new_note_url": "/?mode=note"
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "/?action=open-image",
      "name": "Analyze Image with FZCARE",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp"]
      }
    }
  ],
  "share_target": {
    "action": "/?action=share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 420
  },
  "widgets": [
    {
      "name": "FZCARE Assist",
      "short_name": "FZCARE",
      "description": "Instant Obstacle & Currency Scanner",
      "tag": "fzcare-widget",
      "template": "widget-template",
      "ms_ac_template": "widget-template.json",
      "data": "widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot-mobile.png",
          "sizes": "1080x1920",
          "label": "Widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+fzcare",
      "url": "/?action=%s"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://ais-pre-tcuxjdu53bsakqhup5pf6a-747490540473.asia-east1.run.app"
    },
    {
      "origin": "https://ais-dev-tcuxjdu53bsakqhup5pf6a-747490540473.asia-east1.run.app"
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FZCARE Mobile Vision Assistant"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FZCARE Desktop Dashboard"
    }
  ],
  "categories": ["accessibility", "utilities", "medical"]
}
