{
  "name": "SpeakBridge AI — Spanish to English Interpreter",
  "short_name": "SpeakBridge",
  "description": "A live AI interpreter. Hold the phone between two people: it hears Spanish and speaks English.",
  "id": "/speakbridge/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a1020",
  "theme_color": "#0b1220",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "education", "travel"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "assets/icons/favicon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Interpreter",
      "short_name": "Interpreter",
      "description": "Open straight into continuous listening",
      "url": "./index.html?mode=interpreter",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
