{
  "name": "VoxBridge — offline translator",
  "short_name": "VoxBridge",
  "description": "Simultaneous speech translation running entirely on your device. No server, no account, works in airplane mode.",
  "id": "/voxbridge/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e1013",
  "theme_color": "#0e1013",
  "categories": ["utilities", "productivity", "travel"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start translating",
      "short_name": "Translate",
      "url": "./index.html?autostart=1",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
