{
    "short_name": "BRICUS PM",
    "name": "BRICUS Project Management",
    "description": "Professional Project Management System for Construction and Engineering Projects",
    "icons": [
      {
        "src": "/static/logo/bricus.png",
        "type": "image/png",
        "sizes": "192x192",
        "purpose": "any maskable"
      },
      {
        "src": "/static/logo/bricus.png",
        "type": "image/png",
        "sizes": "512x512",
        "purpose": "any maskable"
      }
    ],
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "background_color": "#2c3e50",
    "display": "standalone",
    "theme_color": "#3498db",
    "orientation": "portrait-primary",
    "categories": ["business", "productivity", "utilities"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "shortcuts": [
      {
        "name": "Dashboard",
        "short_name": "Dashboard",
        "description": "View project dashboard",
        "url": "/dashboard",
        "icons": [
          {
            "src": "/static/img/bricus-icon-96.png",
            "sizes": "96x96"
          }
        ]
      },
      {
        "name": "Projects",
        "short_name": "Projects",
        "description": "Manage projects",
        "url": "/projects",
        "icons": [
          {
            "src": "/static/img/bricus-icon-96.png",
            "sizes": "96x96"
          }
        ]
      },
      {
        "name": "Finance",
        "short_name": "Finance",
        "description": "Financial management",
        "url": "/finance",
        "icons": [
          {
            "src": "/static/img/bricus-icon-96.png",
            "sizes": "96x96"
          }
        ]
      }
    ],
    "screenshots": []
  }