{
  "name": "Goovoiture",
  "short_name": "Goovoiture",
  "description": "Buy, sell or rent cars in Morocco",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9f7f4",
  "theme_color": "#141412",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "automotive"],
  "shortcuts": [
    {
      "name": "Browse Cars",
      "url": "/cars",
      "description": "Browse cars for sale"
    },
    {
      "name": "Rent a Car",
      "url": "/rentals",
      "description": "Find rental cars"
    }
  ]
}
