{
  "name": "FydeSign",
  "short_name": "FydeSign",
  "version": "0.6.76",
  "description": "Empower every screen with value",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/images/logo-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/images/logo-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/images/logo-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/images/logo-160.png",
      "sizes": "160x160",
      "type": "image/png"
    }
  ],
  "permissions_policy": {
    "fullscreen": ["self"],
    "clipboard-read": ["self"],
    "clipboard-write": ["self"],
    "notifications": ["self"],
    "screen-wake-lock": ["self"],
    "controlled-frame": ["self"],
    "cross-origin-isolated": ["self"],
    "window-management": ["self"]
  }
}
