UiPath Show Microsites

UiPath Show Microsites

Quickly view Microsites for the current page.

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "19": "images/icons/cloud/blue/38.png",
      "38": "images/icons/cloud/blue/76.png"
    },
    "default_title": "UiPath Show Microsites"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "description": "Quickly view Microsites for the current page.",
  "host_permissions": [
    "http://uipath.com/*",
    "https://uipath.com/*",
    "https://*.uipath.com/*",
    "https://uipath.com/*",
    "https://uipath-dev.com/*",
    "https://*.uipath-dev.com/*",
    "https://uipath.com.cn/*",
    "https://*.uipath.com.cn/*"
  ],
  "icons": {
    "16": "images/icons/cloud/blue/38.png",
    "48": "images/icons/cloud/blue/96.png",
    "128": "images/icons/cloud/blue/256.png",
    "512": "images/icons/cloud/blue/512.png"
  },
  "manifest_version": 3,
  "name": "UiPath Show Microsites",
  "permissions": [
    "storage",
    "webRequest"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.1"
}