{
  "loggedInNavItems": [
    {
      "key": "route",
      "label": "route",
      "icon": "Vector",
      "path": "/route",
      "allowedPermissions": ["VIEW_ROUTES"]
    },
    {
      "key": "quotes",
      "label": "quotes",
      "icon": "Quote",
      "path": "/quotes",
      "allowedPermissions": ["VIEW_QUOTE"]
    },
    {
      "key": "book",
      "label": "book",
      "icon": "Book",
      "path": "/bookings",
      "allowedPermissions": ["VIEW_BOOKINGS"]
    },
    {
      "key": "tracking",
      "label": "tracking",
      "icon": "Tracking",
      "path": "/tracking",
      "allowedPermissions": ["VIEW_TRACK_TRACE"]
    },
    {
      "key": "bill",
      "label": "bill",
      "icon": "Frame",
      "path": "/bill",
      "allowedPermissions": ["VIEW_BILLS_OF_LADING"]
    },
    {
      "key": "reportsDocs",
      "label": "more",
      "icon": "more_white"
    }
  ],
  "loggedOutNavItems": [
    { "key": "route", "label": "route", "icon": "Vector" },
    { "key": "quotes", "label": "quotes", "icon": "Quote" },
    { "key": "tracking", "label": "tracking", "icon": "Tracking" }
  ],
  "reportsSubItems": [
    {
      "key": "SystemAdmin",
      "label": "system_administrator",
      "icon": "manage_accounts",
      "hoverIcon": "manage_accounts_blue",
      "path": "/systemAdmin",
      "allowedRoles": ["CrowleyAdmin", "CustomerAdmin"]
    },
    {
      "key": "mirrorUser",
      "label": "mirrorUser",
      "icon": "mirror_black",
      "hoverIcon": "mirror",
      "path": "#mirror",
      "allowedRoles": ["CrowleyAdmin"]
    },
    {
      "key": "enrollmentApproval",
      "label": "enrollmentApproval",
      "icon": "manage_accounts",
      "hoverIcon": "manage_accounts_blue",
      "path": "/enrollment-approval",
      "allowedRoles": ["CrowleyAdmin"]
    },
    {
      "key": "vesselSchedule",
      "label": "vesselSchedule",
      "icon": "ship_icon",
      "hoverIcon": "ship_blue_outline",
      "path": "/vesselSchedules",
      "allowedPermissions": ["VIEW_SCHEDULES"]
    },
    {
      "key": "reports",
      "label": "reports",
      "icon": "Paper",
      "hoverIcon": "paper_blue",
      "path": "/reports",
      "allowedPermissions": ["VIEW_REPORTS_GENERATION"]
    },
    {
      "key": "documents",
      "label": "documents",
      "icon": "docs_black",
      "hoverIcon": "docs_blue",
      "path": "/documents",
      "allowedPermissions": ["VIEW_DOCUMENT"]
    },
    {
      "key": "invoice",
      "label": "invoice",
      "icon": "ReportsBill",
      "hoverIcon": "bill_blue",
      "path": "/invoice",
      "allowedPermissions": ["VIEW_INVOICE_CREDIT_NOTES"]
    },
    {
      "key": "bookingTemplates",
      "label": "bookingTemplates",
      "icon": "book_black",
      "hoverIcon": "book_blue",
      "path": "/booking-templates",
      "allowedPermissions": ["VIEW_BOOKING_TEMPLATES"]
    },
    {
      "key": "detentionDemurrage",
      "label": "detentionDemurrage",
      "icon": "ReportsBill",
      "hoverIcon": "bill_blue",
      "path": "/detention-demurrage",
      "allowedPermissions": ["VIEW_DETENTION_DEMURRAGE"]
    },
    {
      "key": "riskManagement",
      "label": "riskManagement",
      "icon": "flag_black",
      "hoverIcon": "flag_blue",
      "path": "/risk-management",
      "allowedPermissions": ["VIEW_CLAIMS_RISK"]
    }
  ],
  "loggedInProfileMenu": [
    {
      "label": "My Profile",
      "icon": "user",
      "hoverIcon": "user_blue",
      "path": "/profile"
    },
    {
      "label": "My Company",
      "icon": "company",
      "hoverIcon": "company_blue",
      "path": "/company",
      "allowedPermissions": ["VIEW_MY_COMPANY"]
    },
    {
      "label": "Write Feedback",
      "icon": "Pencil",
      "hoverIcon": "pencil_blue",
      "path": "/feedback"
    },
    { "label": "Logout", "icon": "logout", "hoverIcon": "logout_blue", "path": "/logout" }
  ]
}
