{
  "short_name": "Voxli",
  "name": "Voxli - AI-Enhanced AAC",
  "description": "A modern, emotionally intelligent AAC application for everyone.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "icons": [
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "theme_color": "#F8F9FA",
  "background_color": "#F8F9FA",
  "orientation": "any",
  "categories": ["education", "medical", "accessibility"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+voxli",
      "url": "/share?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import-board",
      "accept": {
        "application/vnd.voxli.board": [".voxli"]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "Calm Mode",
      "url": "/emergency",
      "description": "Instant access to emergency communication"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Voxli AAC Board"
    }
  ]
}
