{
  "name": "N2N Autos Billing",
  "short_name": "N2N Billing",
  "description": "Billing and invoicing system for N2N Autos",
  "start_url": "/billing",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00beff",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "finance"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "url": "/billing/invoices/new",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "/billing/customers",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
