{
  "name": "Optimum Solutions Group",
  "short_name": "OSG",
  "description": "Transform your business with custom software, IoT systems, and digital solutions. We help ambitious businesses drive real, measurable results through innovative technology.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a365d",
  "background_color": "#ffffff",
  "lang": "en-US",
  "dir": "ltr",
  
  "icons": [
    {
      "src": "/icons/icon-72x72.png.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  

  
  "categories": [
    "business",
    "productivity",
    "developer",
    "utilities"
  ],
  
  "shortcuts": [
    {
      "name": "Services",
      "short_name": "Services",
      "description": "View our digital transformation services",
      "url": "/#services",
      "icons": [
        {
          "src": "/icons/shortcut-services.png.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with our team",
      "url": "/#contact",
      "icons": [
        {
          "src": "/icons/shortcut-contact.png.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View website analytics dashboard",
      "url": "/analytics",
      "icons": [
        {
          "src": "/icons/shortcut-analytics.png.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Project Estimator",
      "short_name": "Estimator",
      "description": "Get a project estimate",
      "url": "/#estimator",
      "icons": [
        {
          "src": "/icons/shortcut-estimator.png.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  
  "edge_side_panel": {
    "preferred_width": 480
  },
  
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/contact?email=%s"
    }
  ],
  
  "file_handlers": [
    {
      "action": "/contact",
      "accept": {
        "text/plain": [".txt"],
        "application/pdf": [".pdf"]
      },
      "launch_type": "single-client"
    }
  ],
  
  "share_target": {
    "action": "/contact",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "subject",
      "text": "body",
      "url": "url"
    }
  }
}
