{
  "name": "MUSUMA - Universal Management App",
  "short_name": "MUSUMA",
  "description": "We help you scale your business and achieve your goals",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1890ff",
  "icons": [
    {
      "src": "/UMA-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/UMA-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Quick access to main dashboard",
      "url": "/app",
      "icons": [
        {
          "src": "/UMA-logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
