{
  "id": "/index.php",
  "name": "IIC \u2022 Center of Excellence",
  "short_name": "IIC COE",
  "description": "The campus innovation ecosystem \u2014 mentoring, incubation, marketplace, facilities and growth, all in one installable app.",
  "start_url": "/index.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#10192B",
  "theme_color": "#10192B",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "business", "productivity"],
  "icons": [
    { "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Request mentoring",
      "short_name": "Mentoring",
      "description": "Book a 1-1 or group mentoring session",
      "url": "/modules/community/mentoring.php?source=pwa-shortcut",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Marketplace",
      "short_name": "Marketplace",
      "description": "Browse the storefront, jobs and events",
      "url": "/modules/marketplace/storefront.php?source=pwa-shortcut",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book a resource",
      "short_name": "Booking",
      "description": "Reserve a desk, pod, printer or lab",
      "url": "/modules/facility/booking.php?source=pwa-shortcut",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My rewards",
      "short_name": "Rewards",
      "description": "Check points, badges and the leaderboard",
      "url": "/modules/growth/rewards.php?source=pwa-shortcut",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}