{
  "short_name": "Whitehawk",
  "name": "Whitehawk",
  "description": "A comprehensive cybersecurity management system",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "246x256",
      "type": "image/x-icon"
    }
  ],
 "screenshots": [
    {
      "src": "landscape.png",
      "sizes": "1904x939",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "mobile.png",
      "sizes": "436x839",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FFFFFF",
  "background_color": "#e8ebee",
  "categories": ["cybersecurity", "management", "tools"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the dashboard",
      "url": "/dashboard",
      "icons": [
        { "src": "SVG/view-dashboard.svg", "sizes": "150x150", "type": "image/svg" }
      ]
    },
    {
      "name": "Hawk Advisory",
      "short_name": "Hawk Advisory",
      "description": "Check Hawk Advisory",
      "url": "/guard-advises",
      "icons": [
        {
          "src": "SVG/map.svg", "sizes": "150x150", "type": "image/svg"
        }
      ]
    },
    {
      "name": "Generate Report",
      "short_name": "Generate Report",
      "description": "Customize your Report",
      "url": "/generate-report",
      "icons": [
        {
          "src": "SVG/book-open-page-variant.svg", "sizes": "150x150", "type": "image/svg"
        }
      ]
    },
     {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Schedule a meeting",
      "url": "/calendar",
      "icons": [
        {
          "src": "SVG/calendar-month-outline.svg", "sizes": "150x150", "type": "image/svg"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Check your projects , users and integrations",
      "url": "/projects",
      "icons": [
        {
          "src": "SVG/briefcase-variant.svg", "sizes": "150x150", "type": "image/svg"
        }
      ]
    }
  ]
}