{
  "name": "SignAI — ASL Sign Language & Emotion Translator",
  "short_name": "SignAI",
  "description": "Real-time ASL sign language translation and face emotion detection. 100% on-device AI — no data leaves your browser.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#03040a",
  "theme_color": "#00e5ff",
  "orientation": "any",
  "lang": "en",
  "categories": ["accessibility", "education", "utilities"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "SignAI main interface with live camera and sign detection"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Translating",
      "short_name": "Translate",
      "description": "Open the sign language translator",
      "url": "./#translate",
      "icons": [{ "src": "assets/icons/shortcut-translate.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Face Emotions",
      "short_name": "Emotions",
      "description": "Open the face emotion detector",
      "url": "./#face",
      "icons": [{ "src": "assets/icons/shortcut-emotions.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
