Power Automate Tools

Power Automate Tools

This extension enables editing a Power Automate flow definition as JSON.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Power Automate Tools",
  "description": "This extension enables editing a Power Automate flow definition as JSON.",
  "version": "1.2",
  "manifest_version": 3,
  "icons": {
    "48": "icons/pa-tools-48.png",
    "128": "icons/pa-tools-128.png",
    "256": "icons/pa-tools-256.png",
    "512": "icons/pa-tools-512.png"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "tabs"
  ],
  "host_permissions": [
    "*://*.flow.microsoft.com/",
    "*://*.make.powerautomate.com/",
    "*://*.make.powerapps.com/",
    "https://login.microsoftonline.com/"
  ],
  "action": {
    "default_title": "Power Automate Tools"
  },
  "background": {
    "service_worker": "background.js"
  }
}