{
  "name": "TripBill",
  "short_name": "TripBill",
  "description": "Gestión y facturación de viajes.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#089bf7",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/dashboard/trips/whatsapp",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text"
    }
  }
}
