{
  "short_name": "ShowRunnr",
  "name": "ShowRunnr - IMC Event Management",
  "description": "Innovative event management solutions. Manage your events, staff, and resources efficiently with ShowRunnr.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3A9188",
  "background_color": "#2C3E50",
  "scope": "/",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-IE",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoices",
      "description": "Manage invoices and expenses",
      "url": "/admin/invoices",
      "icons": [{"src": "logo192.png", "sizes": "192x192"}]
    },
     {
      "name": "New Expense",
      "short_name": "New Expense",
      "description": "Manage expenses",
      "url": "/admin/expenses/new",
      "icons": [{"src": "logo192.png", "sizes": "192x192"}]
    },
    {
      "name": "New Inventory",
      "short_name": "Inventory",
      "description": "View and manage inventory",
      "url": "/admin/inventory",
      "icons": [{"src": "logo192.png", "sizes": "192x192"}]
    },
    {
      "name": "Rota",
      "short_name": "Rota",
      "description": "Manage staff schedules",
      "url": "/admin/rota",
      "icons": [{"src": "logo192.png", "sizes": "192x192"}]
    },
    {
      "name": "Programming",
      "short_name": "Programming",
      "description": "Add to Programming",
      "url": "/admin/programming",
      "icons": [{"src": "logo192.png", "sizes": "192x192"}]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}