{
  "name": "UBBI",
  "short_name": "UBBI",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fbbf24",
  "theme_color": "#fbbf24",
  "orientation": "portrait",
  "gcm_sender_id": "430441082658",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "id": "br.com.ubbiapp.twa",
      "url": "https://play.google.com/store/apps/details?id=br.com.ubbiapp.twa"
    }
  ],
  "prefer_related_applications": true,
  "shortcuts": [
    {
      "name": "Nova Corrida",
      "short_name": "Corrida",
      "description": "Solicitar uma corrida rapidamente",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Ficar Online (Motorista)",
      "short_name": "Online",
      "description": "Receber solicitações de corridas",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}