Online Security

Online Security

Powering your web experience with a reliable, endpoint protection layer.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Powering your web experience with a reliable, endpoint protection layer.",
  "version": "5.0.0",
  "version_name": "5.0.0",
  "manifest_version": 3,
  "name": "Online Security",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "icon-34.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA10JyiI39paY1JQrrgcKc/a3crhw9fcfS7WEKdiMXx2HTMnuJDW6s5qHPS2uifvsTKO4rdFblLV6pPsinyy/EG9F3LDre7E6VoB4RBKDB/c8elvC8Y4rvTskCu2l4hua+uj8XDAOIZyR8FFyij+MztuswLa9tKLKUC6nmD1X1DCeGgSxWgqAAcEqEeFiSzDD2iwnwuqafkVw06DPZLp2U1IX/ukspJJ37cSwRbg/R993bdFcfxpjIQZyZqIUSjENVatzLqvC4TkrD2270GJ6/JWHn+524oc86avP2B6pIjI3JGYeuQszUWJhn6YfbIvE6Y1Fvwh7nOD1Q1qP54MEoxwIDAQAB",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "management",
    "tabs",
    "declarativeNetRequest",
    "downloads",
    "downloads.shelf",
    "downloads.open",
    "notifications",
    "webNavigation",
    "contextMenus",
    "contentSettings",
    "browsingData",
    "history",
    "nativeMessaging",
    "idle",
    "alarms",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "icon-threat.png",
        "icon-upgrade.png",
        "noto-sans.woff",
        "noto-sans-bold.woff",
        "segoe-ui.woff",
        "segoe-ui-bold.woff"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "https://*.reasonlabs.com/*",
        "https://onlinesecurity-app.com/*",
        "https://onlinesecurityext.com/*",
        "https://insights.onlinesecurityext.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.reasonlabs.com/*",
      "https://onlinesecurity-app.com/*",
      "https://onlinesecurityext.com/*",
      "https://insights.onlinesecurityext.com/*"
    ]
  }
}