{
  "name": "Gonexz Books",
  "short_name": "Gonexz",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "description": "Gonexz Books — invoicing, billing and accounting.",
  "theme_color": "#1e3a8a",
  "background_color": "#f7f8fb",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Invoices",
      "url": "/invoices",
      "description": "View and create invoices"
    },
    {
      "name": "Clients",
      "url": "/clients",
      "description": "Manage clients"
    },
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Open the dashboard"
    }
  ]
}
