Microsoft Power Automate

Microsoft Power Automate

Add-on for enabling web automation. This web extension is compatible with Power Automate for desktop version 2.27 or later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_appDescription__",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "2.42.0.21",
  "default_locale": "en",
  "icons": {
    "32": "PAD-ico_32.png",
    "48": "PAD-ico_48.png",
    "56": "PAD-ico_56.png",
    "64": "PAD-ico_64.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "88.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "PAD-ico_32.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "browsingData",
    "nativeMessaging",
    "storage",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "default-src 'self'"
}