{
  "id": "usic-apps",
  "name": "USIC Applications",
  "short_name": "USIC Apps",
  "theme_color": "#00305B",
  "background_color": "#fafafa",
  "display": "standalone",
  "scope": "./",
  "start_url": "./",
  "shortcuts": [
    {
      "name": "Asset Tracking System",
      "short_name": "ATS",
      "url": "/assetmanager/"
    },
    {
      "name": "Career Path Program",
      "short_name": "CPP",
      "url": "/careerprogression/"
    },
    {
      "name": "USIC Customer Portal",
      "short_name": "USIC Portal",
      "url": "/customerportal/"
    },
    {
      "name": "USIC Messenger",
      "short_name": "Messenger",
      "url": "/messenger/"
    },
    {
      "name": "USIC Reporting",
      "short_name": "Reporting",
      "url": "/reporting/"
    },
    {
      "name": "USIC Contacts",
      "short_name": "Contacts",
      "url": "/contacts/"
    }
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "assets/icons/icon-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icons/maskable_icon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    }
  ]
}
