Guardio Protection for Edge

Guardio Protection for Edge

Experience a cleaner, safer web.

Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_title": "Guardio",
    "default_icon": "assets/logo.png"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.guard.io/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    },
    {
      "matches": [
        "*://*.mail.google.com/*"
      ],
      "js": [
        "linksInjected.bundle.js"
      ]
    }
  ],
  "short_name": "Guardio",
  "description": "Experience a cleaner, safer web.",
  "name": "Guardio Protection for Edge",
  "version": "24.3.6.1415",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "management",
    "notifications",
    "tabs",
    "storage",
    "idle",
    "contextMenus",
    "contentSettings",
    "history",
    "downloads"
  ],
  "icons": {
    "128": "assets/icon/gradient.png"
  },
  "web_accessible_resources": [
    "assets/installed.json",
    "injected.bundle.js",
    "permissionProxy.bundle.js",
    "permissionProxyDisabled.bundle.js",
    "uiInjected.bundle.js",
    "frame.html"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.guard.io/*"
    ]
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}