{
  "name": "Clopos Terminal",
  "short_name": "Clopos Terminal",
  "display": "standalone",
  "start_url": "/",
  "description": "Clopos Terminal - Point of sale platform",
  "orientation": "landscape",
  "theme_color": "#168df9",
  "related_applications": [{
    "platform": "play",
    "url": ""
  }],
  "icons": [
    {
      "src": "../../../img/icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "../../../img/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "../../../img/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "../../../icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    }
  ]
}