{
  "name": "Memelli OS",
  "short_name": "Memelli",
  "description": "The Memelli Universe Operating System — AI-first business cockpit",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/memelli-logo-white.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Memelli OS Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "url": "/",
      "description": "Open Memelli OS"
    },
    {
      "name": "Credit",
      "short_name": "Credit",
      "url": "/dashboard/credit",
      "description": "Credit dashboard"
    },
    {
      "name": "CRM",
      "short_name": "CRM",
      "url": "/dashboard/crm",
      "description": "Manage contacts"
    }
  ]
}
