{
  "name": "SignLand - Real-Time Sign Language to Speech",
  "short_name": "SignLand",
  "description": "Real-time sign language to speech translator using AI and hand tracking. Privacy-first communication tool for non-verbal individuals.",
  "theme_color": "#9333ea",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["accessibility", "education", "utilities"],
  "shortcuts": [
    {
      "name": "Start Translation",
      "short_name": "Translate",
      "description": "Start sign language translation",
      "url": "/translate",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
