{
  "name": "Ilium App Builder",
  "short_name": "Ilium",
  "description": "Build and deploy web apps with AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050508",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "New Project",
      "url": "/dashboard/new",
      "description": "Create a new project"
    }
  ]
}
