WebSiteChecker

WebSiteChecker

Checks whether the currently open page or linked pages are safe.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extentionTitle__",
  "description": "__MSG_extentionDescription__",
  "version": "2.0.3",
  "default_locale": "en",
  "homepage_url": "https://orca-soft.net/web/",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_default_title__"
  },
  "icons": {
    "16": "icons/app16.png",
    "32": "icons/app32.png",
    "64": "icons/app64.png",
    "128": "icons/app128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; img-src 'self' http://* https://* data:; script-src 'self'; style-src 'self' http://* https://* 'unsafe-inline'; connect-src 'self' http://* https://*;"
  }
}