{
  "name": "BenzoBilling - Digital Marketing Services",
  "short_name": "BenzoBilling",
  "description": "Professional digital marketing services for businesses",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a90e2",
  "icons": [
    {
      "src": "images/icons/icon-72x72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-96x96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-128x128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-144x144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-152x152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-384x384.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshots/homepage-screenshot.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "platform": "wide",
      "label": "Homepage of BenzoBilling"
    },
    {
      "src": "images/screenshots/services-screenshot.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "platform": "wide",
      "label": "Our Services"
    },
    {
      "src": "images/screenshots/mobile-screenshot.svg",
      "sizes": "750x1334",
      "type": "image/svg+xml",
      "platform": "narrow",
      "label": "BenzoBilling on mobile"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Contact BenzoBilling for medical billing services",
      "url": "/pages/contact.html",
      "icons": [{ "src": "images/icons/contact-icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Our Services",
      "short_name": "Services",
      "description": "Learn about our medical billing services",
      "url": "/pages/services.html",
      "icons": [{ "src": "images/icons/services-icon.svg", "sizes": "192x192" }]
    }
  ]
}