{
  "id": "/quotation/",
  "name": "YS ART Quotation Management",
  "short_name": "YS Quotation",
  "description": "YS ART CRM Quotation Management",
  "start_url": "/quotation/index.php",
  "scope": "/quotation/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f5132",
  "orientation": "any",
  "icons": [
    {
      "src": "/quotation/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/quotation/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Product Quotation",
      "short_name": "Product",
      "url": "/quotation/product/index.php",
      "icons": [
        {
          "src": "/quotation/pwa/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Custom Quotation",
      "short_name": "Custom",
      "url": "/quotation/custom/index.php",
      "icons": [
        {
          "src": "/quotation/pwa/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Recent Quotations",
      "short_name": "Recent",
      "url": "/quotation/index.php",
      "icons": [
        {
          "src": "/quotation/pwa/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
