{
  "manifest_version": 2,
  "short_name": "eRM",
  "name": "eRM - Rekord Manager",
  "description": "Zarządzanie aplikacjami firmy Rekord SI",
  "icons": [
      {
      "src": "launcher-icon-0x.png",
      "sizes": "48x48",
      "type": "image/png"
    },
	      {
      "src": "launcher-icon-1x.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "launcher-icon-2x.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "launcher-icon-3x.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "launcher-icon-4x.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "related_applications": [{
    "platform": "web"
  }],
  "start_url": ".",
  "display": "standalone",
   "app": {
    "urls": [
      "https://erm.rekord.com.pl"
    ],
    "launch": {
      "web_url": "https://erm.rekord.com.pl"
    }
  }
}
