{
  "short_name": "KeydropX",
  "name": "KeydropX - Autonomous Vehicle Return OS",
  "description": "Return a car in 2 minutes. No queue. No argument. AI-powered vehicle inspection.",
  "icons": [
    {
      "src": "https://static.prod-images.emergentagent.com/jobs/258ea9cc-0b68-436a-a17d-abdaf7f32fe3/images/e6bbd89f1223d17c93cf1dfb1b39e7aeb64173227794379d023f6f56cdd71b50.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://static.prod-images.emergentagent.com/jobs/258ea9cc-0b68-436a-a17d-abdaf7f32fe3/images/e6bbd89f1223d17c93cf1dfb1b39e7aeb64173227794379d023f6f56cdd71b50.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0071E3",
  "background_color": "#FBFBFD",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["business", "utilities", "productivity"],
  "screenshots": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Express Return",
      "short_name": "Express",
      "description": "Start an express vehicle return",
      "url": "/express-return",
      "icons": [{"src": "https://static.prod-images.emergentagent.com/jobs/258ea9cc-0b68-436a-a17d-abdaf7f32fe3/images/e6bbd89f1223d17c93cf1dfb1b39e7aeb64173227794379d023f6f56cdd71b50.png", "sizes": "96x96"}]
    },
    {
      "name": "Scan QR",
      "short_name": "Scan",
      "description": "Scan vehicle QR code",
      "url": "/scan-qr",
      "icons": [{"src": "https://static.prod-images.emergentagent.com/jobs/258ea9cc-0b68-436a-a17d-abdaf7f32fe3/images/e6bbd89f1223d17c93cf1dfb1b39e7aeb64173227794379d023f6f56cdd71b50.png", "sizes": "96x96"}]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View control center",
      "url": "/dashboard",
      "icons": [{"src": "https://static.prod-images.emergentagent.com/jobs/258ea9cc-0b68-436a-a17d-abdaf7f32fe3/images/e6bbd89f1223d17c93cf1dfb1b39e7aeb64173227794379d023f6f56cdd71b50.png", "sizes": "96x96"}]
    }
  ],
  "share_target": {
    "action": "/capture",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{"name": "photos", "accept": ["image/*"]}]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+keydropx",
      "url": "/scan-qr?code=%s"
    }
  ]
}
