{
  "id": "/",
  "name": "Genesis OS",
  "short_name": "Genesis OS",
  "description": "Genesis OS is an AI operating system for life, work, and creation — plan your day, manage goals, track finances, build projects, and create with an AI copilot.",
  "start_url": "/workspace?source=pwa",
  "scope": "/",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#050505",
  "theme_color": "#050505",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle", "business", "utilities"],
  "icons": [
    {
      "src": "/genesis-logo-primary-v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/genesis-logo-primary-v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Copilot",
      "short_name": "Copilot",
      "description": "Open Boris, your AI copilot",
      "url": "/workspace?panel=borischat&source=pwa"
    },
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Your command center",
      "url": "/workspace?panel=home&source=pwa"
    },
    {
      "name": "Create",
      "short_name": "Create",
      "description": "Open Genesis Studio",
      "url": "/workspace?panel=studio&source=pwa"
    }
  ]
}
