webviruscheck Extension

webviruscheck Extension

This extension is to support the use of Web services, 'webviruscheck' to analyze the safety of the Web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "webviruscheck Extension",
  "version": "1.5.1",
  "description": "__MSG_ManifestDescription__",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "http://webapp.chidipy.jpn.com/*",
    "https://www.aguse.jp/*"
  ],
  "background": {
    "scripts": [
      "main.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}