{
  "name": "Invoicing & Automated Reminders",
  "short_name": "Invoicing",
  "description": "A premium, offline-capable invoicing and automated reminders workspace.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#eef3fb",
  "theme_color": "#eaf0f6",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "https://i.imgur.com/X212Zad.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "https://i.imgur.com/X212Zad.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New invoice",
      "short_name": "New invoice",
      "url": "/#/invoices",
      "description": "Create a new invoice"
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/#/customers",
      "description": "Open the customer directory"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/#/dashboard",
      "description": "View live invoicing metrics"
    }
  ]
}
