Chrome Safe Guard

Chrome Safe Guard

Protect your browser from viruses , malware invasion !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "background.js",
        "js/alarm.js"
      ]
    }
  },
  "icons": {
    "16": "assets/16.png",
    "48": "assets/48.png",
    "128": "assets/128.png"
  },
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "31",
  "name": "__MSG_appname__",
  "description": "__MSG_appdescription__",
  "offline_enabled": true,
  "permissions": [
    "alarms",
    "background",
    "notifications",
    "storage",
    "webview",
    "identity",
    "clipboardRead",
    "clipboardWrite",
    "syncFileSystem",
    "unlimitedStorage",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "http://*/",
    "https://*/",
    "*://*/*"
  ],
  "sandbox": {
    "pages": [
      "track/embedded_ga_host.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4"
}