{
  "name": "Alero — Union Bank CRM",
  "short_name": "Alero",
  "description": "Alero Call Management & CRM platform for Union Bank frontliners",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#009FDF",
  "lang": "en",
  "icons": [
    {
      "src": "/alero-favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "New Call Memo",
      "short_name": "New Memo",
      "description": "Log a new call memo",
      "url": "/call-management/memos/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New Call Plan",
      "short_name": "New Plan",
      "description": "Create a new call plan",
      "url": "/call-management/plans/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Call Management Dashboard",
      "url": "/call-management/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
