{
  "name": "AlphaSuiteCRM",
  "short_name": "AlphaCRM",
  "description": "AlphaSuiteCRM — CRM, invoicing, inventory, jobs & more.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0A0B0E",
  "theme_color": "#B5552B",
  "categories": [
    "business",
    "productivity",
    "finance"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New invoice",
      "short_name": "Invoice",
      "url": "/?go=invoices"
    },
    {
      "name": "Quotations",
      "short_name": "Quotes",
      "url": "/?go=deals"
    },
    {
      "name": "Service jobs",
      "short_name": "Jobs",
      "url": "/?go=jobs"
    }
  ]
}
