{
  
  "name": "E-POS",
  "short_name": "E-POS",
  "description": "Point of sale",
  "display": "fullscreen",
  "id": "pos-2.app",
  "background_color": "#515EC8",
  "start_url": "./",
  "scope": "./",
  "theme_color": "#515EC8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icons/icon-192x192.png",
      "type": "image/png", "sizes": "192x192"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "type": "image/png", "sizes": "512x512"
    }
  ]
}