
{
  "name": "ME LEVA",
  "short_name": "ME LEVA",
  "description": "Aplicativo de transporte e entrega",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#F97316",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "https://via.placeholder.com/192x192?text=ME+LEVA",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://via.placeholder.com/512x512?text=ME+LEVA",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Booking",
      "short_name": "Booking",
      "description": "Create a new booking",
      "url": "/booking",
      "icons": [
        {
          "src": "https://via.placeholder.com/192x192?text=Booking",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tracking",
      "short_name": "Tracking",
      "description": "Track your ride",
      "url": "/tracking",
      "icons": [
        {
          "src": "https://via.placeholder.com/192x192?text=Tracking",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Ratings",
      "short_name": "Ratings",
      "description": "View your ratings",
      "url": "/ratings",
      "icons": [
        {
          "src": "https://via.placeholder.com/192x192?text=Ratings",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "https://via.placeholder.com/540x720?text=ME+LEVA+Screenshot",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "https://via.placeholder.com/1080x1440?text=ME+LEVA+Screenshot",
      "sizes": "1080x1440",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["transportation", "utilities"],
  "prefer_related_applications": false
}
