AutoReview for Power Automate

AutoReview for Power Automate

Create Automated Review of Power Automate Cloud Flows

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AutoReview for Power Automate",
  "version": "2.3.11",
  "description": "Create Automated Review of Power Automate Cloud Flows",
  "icons": {
    "128": "icon v2 128.png"
  },
  "manifest_version": 3,
  "author": "David Wyatt",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+A",
        "mac": "Command+A"
      },
      "description": "Launch Window",
      "global": true
    }
  },
  "permissions": [
    "unlimitedStorage",
    "storage",
    "identity",
    "identity.email",
    "activeTab",
    "webRequest"
  ],
  "host_permissions": [
    "https://*.api.flow.microsoft.com/*",
    "https://make.powerautomate.com/*"
  ],
  "action": {
    "default_popup": "index.htm",
    "default_title": "AutoReview"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}