Online Security Guard

Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "1.0.0",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Online Security Guard Extension",
    "default_popup": "index.html"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ]
}