{
  "name": "TalkOS",
  "short_name": "TalkOS",
  "description": "Push-to-talk AI device. Your memory stays local; bring your own AI (cloud or a local model).",
  "start_url": "/#/desktop",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0d10",
  "theme_color": "#ff4500",
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}