{
  "id": "/",
  "name": "DIGITAL POINT OF SALE",
  "short_name": "DIGITAL POS",
  "start_url": "/index.php",
  "scope": "/",

  "display": "standalone",

  "orientation": "portrait",

  "background_color": "#4e54c8",
  "theme_color": "#4e54c8",

  "description": "DIGITAL POINT OF SALE - Fast, Offline-capable POS",

  "categories": [
    "business",
    "productivity",
    "shopping"
  ],

  "lang": "en",
  "dir": "ltr",

  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/digitalpointofsale/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/digitalpointofsale/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sale",
      "url": "/sales/new.php",
      "icons": [
        {
          "src": "/digitalpointofsale/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "/products/index.php",
      "icons": [
        {
          "src": "/digitalpointofsale/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}