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