{
  "name": "SpiTech Web Services",
  "short_name": "SpiTech",
  "description": "Best IT Company in Bilaspur - Web Development, Mobile Apps, Digital Marketing & SEO Services",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0e3556",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/img/favicons/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/favicons/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/assets/img/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home Page"
    }
  ],
  "shortcuts": [
    {
      "name": "Our Services",
      "short_name": "Services",
      "description": "View our IT services",
      "url": "/services",
      "icons": [{ "src": "/assets/img/icons/services-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with us",
      "url": "/contact",
      "icons": [{ "src": "/assets/img/icons/contact-icon.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
