Power Automate Classic UI

Power Automate Classic UI

Automatically adds '?v3=false' to Power Automate to stop new UI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Power Automate Classic UI",
  "version": "1.3",
  "icons": {
    "128": "classicUI used 128.png"
  },
  "action": {
    "default_icon": {
      "128": "classicUI 128.png"
    }
  },
  "description": "Automatically adds '?v3=false' to Power Automate to stop new UI",
  "permissions": [
    "declarativeNetRequest",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}