{
  "name": "FIS CPQ Seller",
  "short_name": "CPQ Seller",
  "description": "Mobile seller experience for FIS Configure-Price-Quote",
  "start_url": "/seller",
  "display": "standalone",
  "background_color": "#012834",
  "theme_color": "#012834",
  "orientation": "portrait",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Quote",
      "short_name": "Quote",
      "url": "/seller?tab=quotes",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Product Catalog",
      "short_name": "Catalog",
      "url": "/seller?tab=catalog",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
