{
  "id": "/",
  "name": "ApniGaadi - Buy & Sell Used Cars",
  "short_name": "ApniGaadi",
  "description": "Buy and sell used cars in Delhi NCR. Browse verified second hand cars from trusted dealers and owners. No middlemen, no hassle.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "*.apnigaadi.onhercules.app"
    }
  ],
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#d97706",
  "orientation": "any",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/icon/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "automotive", "shopping"],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ApniGaadi car marketplace - Browse cars from dealers"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ApniGaadi mobile app - Find dealers and cars"
    }
  ],
  "shortcuts": [
    {
      "name": "Buy Car",
      "short_name": "Buy",
      "description": "Browse available cars",
      "url": "/buy-car",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dealers",
      "short_name": "Dealers",
      "description": "Find car dealers",
      "url": "/dealers",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/jpeg", "image/jpg", "image/png", "image/webp", "image/gif"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/import-data",
      "accept": {
        "application/json": [".json"],
        "text/plain": [".txt"],
        "text/csv": [".csv"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+apnigaadi",
      "url": "/car/%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "widgets": [
    {
      "name": "Quick Car Search",
      "short_name": "Search",
      "description": "Quick search for cars",
      "tag": "car-search",
      "template": "car-search-widget",
      "ms_ac_template": "car-search-widget",
      "data": "/widgets/search-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/mobile.png",
          "sizes": "1080x1920",
          "label": "Car search widget"
        }
      ],
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
