{
    "name": "EcoBill",
    "short_name": "EcoBill",
    "description": "A powerful billing and inventory platform for modern businesses.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#00b99a",
    "orientation": "portrait-primary",
    "icons": [
      {
        "src": "/icons/ecobill-192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/icons/ecobill-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/icons/ecobill-512.png",
        "sizes": "512x512",
        "type": "image/png"
      },
      {
        "src": "/icons/ecobill-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
    "shortcuts": [
      {
        "name": "New Invoice",
        "short_name": "Invoice",
        "description": "Generate a new invoice",
        "url": "/dashboard/invoices/v1/new",
        "icons": [{ "src": "/icons/invoice.png", "sizes": "256x256" }]
      },
      {
        "name": "My Business",
        "short_name": "Business",
        "description": "Manage business details",
        "url": "/dashboard/business",
        "icons": [{ "src": "/icons/business.png", "sizes": "256x256" }]
      },
      {
        "name": "Customers",
        "short_name": "Customers",
        "description": "Manage your customers",
        "url": "/dashboard/customers",
        "icons": [{ "src": "/icons/customers.png", "sizes": "256x256" }]
      },
      {
        "name": "Scan Product",
        "short_name": "Scan",
        "description": "Scan and add a product",
        "url": "/dashboard/products/v1/new",
        "icons": [{ "src": "/icons/scan.png", "sizes": "256x256" }]
      },
      {
        "name": "Add Product",
        "short_name": "Product",
        "description": "Quickly add a new product",
        "url": "/dashboard/products/v1/new",
        "icons": [{ "src": "/icons/product.png", "sizes": "256x256" }]
      }
    ]
  }
  