Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Powering your web experience with a reliable, endpoint protection layer.",
"version": "7.3.0",
"version_name": "7.3.0",
"manifest_version": 3,
"name": "Online Security",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "assets\/icons\/icon-34.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"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": "assets\/icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*",
"assets\/fonts\/*",
"assets\/icons\/*",
"content.styles.css"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"index.html"
],
"matches": [
"https:\/\/*.reasonlabs.com\/*",
"https:\/\/onlinesecurity-app.com\/*",
"https:\/\/onlinesecurityext.com\/*",
"https:\/\/insights.onlinesecurityext.com\/*",
"https:\/\/app.getmozo.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.reasonlabs.com\/*",
"https:\/\/onlinesecurity-app.com\/*",
"https:\/\/onlinesecurityext.com\/*",
"https:\/\/insights.onlinesecurityext.com\/*",
"https:\/\/app.getmozo.com\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA10JyiI39paY1JQrrgcKc\/a3crhw9fcfS7WEKdiMXx2HTMnuJDW6s5qHPS2uifvsTKO4rdFblLV6pPsinyy\/EG9F3LDre7E6VoB4RBKDB\/c8elvC8Y4rvTskCu2l4hua+uj8XDAOIZyR8FFyij+MztuswLa9tKLKUC6nmD1X1DCeGgSxWgqAAcEqEeFiSzDD2iwnwuqafkVw06DPZLp2U1IX\/ukspJJ37cSwRbg\/R993bdFcfxpjIQZyZqIUSjENVatzLqvC4TkrD2270GJ6\/JWHn+524oc86avP2B6pIjI3JGYeuQszUWJhn6YfbIvE6Y1Fvwh7nOD1Q1qP54MEoxwIDAQAB"
}