{
  "name": "MarkOfStyle Studio",
  "short_name": "MarkOfStyle",
  "description": "MarkOfStyle customer app for quotes, products, and pricing",
  "start_url": "/MarkOfStyle/src/markofstyle/index.php",
  "scope": "/MarkOfStyle/src/markofstyle/",
  "display": "standalone",
  "background_color": "#f6fbff",
  "theme_color": "#081a3a",
  "icons": [
    {
      "src": "../../images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../../images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Request Quote",
      "short_name": "Quote",
      "url": "/MarkOfStyle/src/markofstyle/order.php"
    },
    {
      "name": "Price List",
      "short_name": "Prices",
      "url": "/MarkOfStyle/src/markofstyle/price-list.php"
    }
  ]
}
