{
    "name": "DotENV Tech Solutions - Innovating Tomorrow, Today",
    "short_name": "DotENV Tech",
    "description": "Leading tech consultancy in Mumbai specializing in MVP development, process optimization, cloud solutions, and startup partnerships.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#031D06",
    "theme_color": "#10B72D",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-IN",
    "dir": "ltr",
    "categories": ["business", "technology", "developer", "productivity"],
    "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
    "prefer_related_applications": false,
    "icons": [
      {
        "src": "/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ],
    "shortcuts": [
      {
        "name": "Contact Us",
        "short_name": "Contact",
        "description": "Get in touch with DotENV Tech",
        "url": "/contact-us"
      },
      {
        "name": "Our Services",
        "short_name": "Services",
        "description": "Explore our tech solutions",
        "url": "/services/mvp"
      },
      {
        "name": "About Us",
        "short_name": "About",
        "description": "Learn about DotENV Tech",
        "url": "/about-us"
      }
    ],
    "related_applications": [],
    "features": [
      "Cross Platform",
      "fast",
      "simple",
      "secure"
    ],
    "edge_side_panel": {
      "preferred_width": 480
    },
    "launch_handler": {
      "client_mode": ["auto"]
    },
    "display_override": [
      "window-controls-overlay",
      "standalone",
      "browser"
    ],
    "protocol_handlers": [
      {
        "protocol": "mailto",
        "url": "/contact-us?email=%s"
      }
    ],
    "file_handlers": [
      {
        "action": "/open-file",
        "accept": {
          "application/pdf": [".pdf"],
          "text/plain": [".txt"]
        }
      }
    ],
    "share_target": {
      "action": "/share",
      "method": "POST",
      "enctype": "multipart/form-data",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url",
        "files": [
          {
            "name": "files",
            "accept": ["image/*", "application/pdf"]
          }
        ]
      }
    }
  }