{
    "short_name": "Finchant",
    "name": "Finchant - Vehicle Renting Made Simple",
    "description": "Vehicle Renting Platform",
    "start_url": "index.php",
    "background_color": "#ffffff",
    "display": "standalone",
    "theme_color": "#ffffff",
    "prefer_related_applications": true,
    "related_applications": [{
    "platform": "webapp",
    "url": "/manifest.json"
    }],
    
    
    "icons": [
      {
        "src": "/images/192x192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/images/512x512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ]
  }
  
  
 