{
  "name": "Sandbox AI — The AI Command Center",
  "short_name": "Sandbox.AI",
  "description": "Switch between GPT-5.2 chat, Codex code mode, and image generation — all in one app.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#121212",
  "theme_color": "#00d0ff",
  "lang": "en",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/splash/splash-portrait.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Sandbox AI Chat Interface"
    },
    {
      "src": "/splash/splash-landscape.png",
      "sizes": "960x540",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sandbox AI Desktop View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new AI conversation",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Prompt Library",
      "short_name": "Prompts",
      "description": "Browse expert prompts",
      "url": "/prompts",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
