{
  "name": "Ghost OS",
  "short_name": "Ghost OS",
  "description": "AI-Native Desktop Environment with autonomous agents, voice control, and enterprise security.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#020202",
  "theme_color": "#020202",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ghost OS Desktop Environment"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ghost OS Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Spotlight Search",
      "short_name": "Search",
      "description": "Open AI-powered search",
      "url": "/?action=spotlight",
      "icons": [{ "src": "/icon-search.png", "sizes": "96x96" }]
    },
    {
      "name": "Agent Dashboard",
      "short_name": "Agent",
      "description": "View autonomous agent status",
      "url": "/?app=agent",
      "icons": [{ "src": "/icon-agent.png", "sizes": "96x96" }]
    },
    {
      "name": "Security Center",
      "short_name": "Security",
      "description": "Security dashboard and settings",
      "url": "/?app=security",
      "icons": [{ "src": "/icon-security.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "text/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+ghostos",
      "url": "/handle?uri=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/open",
      "accept": {
        "text/plain": [".txt", ".md"],
        "application/json": [".json"],
        "text/xml": [".xml", ".manifest"]
      }
    }
  ]
}
