{
  "name": "KreaTivLab \u2014 Create. Connect. Grow.",
  "short_name": "KreaTivLab",
  "description": "Your AI-powered creator command center.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b1020",
  "theme_color": "#0b1020",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": [
    "productivity",
    "business"
  ],
  "shortcuts": [
    {
      "name": "Studio",
      "url": "/studio"
    },
    {
      "name": "Calendar",
      "url": "/calendar"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard"
    }
  ]
}