{
  "name": "Concierge Relocation",
  "short_name": "Concierge",
  "description": "Concierge Relocation — Charlotte relocation CRM.",
  "start_url": "/today",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1d2535",
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Today", "short_name": "Today", "url": "/today" },
    { "name": "Contacts", "short_name": "Contacts", "url": "/contacts" },
    { "name": "New deal", "short_name": "New deal", "url": "/deals/new" }
  ],
  "categories": ["business", "productivity"]
}

