{
  "name": "Asynczone - Digital Solutions & Web Development",
  "short_name": "Asynczone",
  "description": "Technology-driven digital firm providing web development, digital marketing, SEO, and custom software solutions.",
  "start_url": "https://asynczone.com",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1a1a1a",
  "categories": ["technology", "business"],
  "icons": [
    {
      "src": "/asynczoneSinglelogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/asynczoneSinglelogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/asynczoneSinglelogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/asynczoneSinglelogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/AsynczoneHeader.webp",
      "sizes": "1200x630",
      "type": "image/webp",
      "form_factor": "wide"
    },
    {
      "src": "/asynczoneSinglelogo.png",
      "sizes": "800x600",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Services",
      "short_name": "Services",
      "description": "View our digital services",
      "url": "/services",
      "icons": [
        {
          "src": "/asynczoneSinglelogo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with Asynczone",
      "url": "/connectus",
      "icons": [
        {
          "src": "/asynczoneSinglelogo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
