AUP Execution Details

AUP Execution Details

Gets the execution details of a AUP case and shows it in the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "AUP Execution Details",
  "version": "1.1",
  "description": "Gets the execution details of a AUP case and shows it in the browser.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}