{
  "id": "./",
  "name": "Orbit — AI Project Console",
  "short_name": "Orbit",
  "description": "Orbit is your local AI project console: pick a project, ask the AI, and it executes tasks directly on your files. Local-first, offline-capable and installable.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#070b14",
  "background_color": "#070b14",
  "categories": [
    "productivity",
    "developer-tools",
    "utilities"
  ],
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}