{
  "name": "Organic Relationships CRM",
  "short_name": "Organic CRM",
  "description": "Relationship management platform for organic business connections",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Companies",
      "short_name": "Companies",
      "description": "View all companies",
      "url": "/companies",
      "icons": [
        {
          "src": "/icon-companies.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "description": "View all contacts",
      "url": "/contacts",
      "icons": [
        {
          "src": "/icon-contacts.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Check your inbox",
      "url": "/inbox",
      "icons": [
        {
          "src": "/icon-inbox.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
