Application Guard Extension

Application Guard Extension

View untrusted websites in a separate Microsoft Edge browsing window to help protect your device from advanced threats.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.0.2206.23003",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "img/WindowsDefenderAppGuard_16x16.png",
    "48": "img/WindowsDefenderAppGuard_48x48.png",
    "128": "img/WindowsDefenderAppGuard_128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/WindowsDefenderAppGuard_16x16.png",
      "24": "img/WindowsDefenderAppGuard_24x24.png",
      "32": "img/WindowsDefenderAppGuard_32x32.png"
    },
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "webRequest",
    "history",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}