{
  "name": "Drotia App",
  "description": "Drotia wallet and point of sale app.",
  "version": "1.0.0",
  "short_name": "Drotia App",
  "app": {
    "urls": [
      "https://go.drotia.com"
    ],
    "launch": {
      "web_url": "https://go.drotia.com",
      "container": "panel"
    }
  },
    "icons": [
      {
	    "src": "https://go.drotia.com/img/logo.svg",
	    "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
	    "type": "image/svg+xml",
	    "purpose": "any"
	  }
  ],
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "start_url":"https://go.drotia.com",
  "display_override": ["minimal-ui","fullscreen"],
  "display":"minimal-ui",
  "background_color": "#ffffff",
  "theme_color": "#3cb0fd",
  "manifest_version": 2
}