{
    "name": "Vehicli",
    "short_name": "Vehicli",
    "description": "A Progressive Web App for vehicle services and maintenance",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1E7475",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["automotive", "utilities", "productivity"],
    "icons": [
      {
        "src": "/icons/logoT.png",
        "sizes": "72x72",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/logoT.png",
        "sizes": "96x96",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/logoT.png",
        "sizes": "128x128",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/logoT.png",
        "sizes": "144x144",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/logoT.png",
        "sizes": "152x152",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/logoT.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/logoT.png",
        "sizes": "384x384",
        "type": "image/png",
        "purpose": "maskable any"
      },
      {
        "src": "/icons/logoT.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable any"
      }
    ],
    "shortcuts": [
      {
        "name": "Find Services",
        "short_name": "Services",
        "description": "Find nearby vehicle services",
        "url": "/mainPages/CarPage",
        "icons": [
          {
            "src": "/icons/car-alt.svg",
            "sizes": "96x96"
          }
        ]
      },
      {
        "name": "My Profile",
        "short_name": "Profile",
        "description": "View your profile",
        "url": "/customer/profile",
        "icons": [
          {
            "src": "/icons/user.png",
            "sizes": "96x96"
          }
        ]
      }
    ]
  }