{
  "name": "Vsquared3D — 3D Printing Service",
  "short_name": "Vsquared3D",
  "description": "Upload your 3D model and get an instant quote. Custom 3D printing service in India with pan-India shipping and GST invoices.",
  "start_url": "/configurator.html?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0d1a",
  "theme_color": "#89acff",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "categories": ["shopping", "business"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/batch_configurator/screen.png",
      "type": "image/png",
      "label": "3D Printing Configurator"
    },
    {
      "src": "/home/screen.png",
      "type": "image/png",
      "label": "Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Get a Quote",
      "short_name": "Quote",
      "description": "Upload a 3D model and get an instant print quote",
      "url": "/configurator.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Browse Catalogue",
      "short_name": "Catalogue",
      "description": "Shop ready-to-order 3D printed products",
      "url": "/catalogue.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
