{
  "id": "/",
  "name": "Xingu Charging",
  "short_name": "Xingu",
  "description": "Scan, Pay, and Charge your electric vehicle",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait",
  "categories": ["utilities", "lifestyle"],
  "dir": "ltr",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Chargers",
      "short_name": "Map",
      "url": "/map",
      "description": "Find nearby EV chargers on the map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "url": "/scan",
      "description": "Scan a charger QR code to start charging",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Find nearby EV chargers"
    }
  ],
  "share_target": {
    "action": "/charge/",
    "method": "GET",
    "params": {
      "url": "publicToken"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "related_applications": [],
  "prefer_related_applications": false
}
