{
  "name": "Deluxe CRM",
  "short_name": "Deluxe CRM",
  "description": "Your life tool for building meaningful relationships. Network is net worth.",
  "start_url": "./dashboard",
  "display": "standalone",
  "background_color": "#003730",
  "theme_color": "#00735c",
  "orientation": "portrait-primary",
  "scope": "./",
  "id": "./",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "communication"],
  "screenshots": [
    {
      "src": "./screenshot1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "./dashboard",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "description": "Manage contacts",
      "url": "./contacts",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
