{
    "theme_color": "#00779c",
    "background_color": "#ffffff",
    "display": "fullscreen",
    "start_url": "/?utm_source=homescreen",
    "scope": "/",
    "orientation": "portrait",
    "categories": ["portfolio", "personalization"],
    "name": "Vikas Singh",
    "description": "Vikas Singh | Empowering innovative solutions through customer-focused strategy | www.vikassingh.info",
    "short_name": "Vikas",
    "url": "https://www.vikassingh.info",
    "manifestUrl": "https://www.vikassingh.info/site-1.0.0.webmanifest",
    "lang": "en",
    "shortcuts": [
        {
          "name": "Contact - Vikas",
          "short_name": "Contact",
          "description": "Contact - Vikas Singh",
          "url": "/app.html",
          "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
        }
      ],
      "screenshots": [{
        "src": "/icon-384x384.png",
        "sizes": "384x384",
        "platform": "wide",
        "label": "Vikas Singh | Empowering innovative solutions through customer-focused strategy"
      }],
    "icons": [
        {
            "src": "/icon-192x192.png",           
            "sizes": "192x192",
            "purpose": "any maskable",
            "type": "image/png"
        },
        {
            "src": "/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/icon-384x384.png",
            "sizes": "384x384",
            "purpose": "any maskable",
            "type": "image/png"
        },        
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "purpose": "any maskable",
            "type": "image/png"
        }
    ]
}