{
  "name": "Love Invoicing",
  "short_name": "Love Invoicing",
  "description": "Simple, fast invoicing, quoting, CRM, and inventory tool for tradespeople and small businesses working on-site",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0D256B",
  "theme_color": "#0D256B",
  "orientation": "portrait-primary",
  "scope": "/",
  "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "splash_pages": null,
  "categories": ["business", "productivity", "finance", "utilities"],
  "lang": "en-GB",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Create Invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/?action=create-invoice",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Customer",
      "short_name": "Customer",
      "description": "Add a new customer",
      "url": "/?action=add-customer",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}