{
  "name": "Veox Media CRM",
  "short_name": "Veox CRM",
  "description": "Business CRM — Clients, GST Invoices, Proposals & Team Management",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#222222",
  "theme_color": "#ff5a5a",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new GST Invoice",
      "url": "/index.html#invoice"
    },
    {
      "name": "New Client",
      "short_name": "Client",
      "description": "Add a new client",
      "url": "/index.html#clients"
    }
  ]
}
