Ermes Web-Care

Ermes Web-Care

Ermes Web-Care

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ermes Web-Care",
  "short_name": "ermes-web-care",
  "description": "Ermes Web-Care",
  "version": "1.2.0",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "resources/popup/popup.html"
  },
  "permissions": [
    "management",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage",
    "<all_urls>",
    "history",
    "notifications"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "inject-cosmetics.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "match_about_blank": true
    },
    {
      "js": [
        "messagesManager.js"
      ],
      "matches": [
        "https://webcare-app.ermes.company/*"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://webcare-app.ermes.company/*",
      "https://webcare.ermes.company/*"
    ]
  },
  "manifest_version": 2,
  "author": "Ermes Cyber Security S.r.l.",
  "icons": {
    "48": "resources/icons/ermes_48.png",
    "96": "resources/icons/ermes_96.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}