Beosin Alert

Beosin Alert

A malicious website checker developed by Beosin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Beosin Alert",
  "version": "1.1.0",
  "description": "A malicious website checker developed by Beosin.",
  "action": {
    "default_icon": {
      "19": "./ui/favicon_16.png",
      "38": "./ui/favicon_32.png"
    },
    "default_popup": "./ui/popup.html"
  },
  "options_ui": {
    "page": "./ui/options.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "./scripts/background/background.umd.js"
  },
  "content_scripts": [
    {
      "css": [
        "/scripts/content/style.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./scripts/content/content.umd.js"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens hello.html"
    }
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "homepage_url": "https://eagleeye.beosin.com/",
  "icons": {
    "16": "./ui/favicon_16.png",
    "32": "./ui/favicon_32.png",
    "64": "./ui/favicon_64.png",
    "128": "./ui/favicon_128.png"
  }
}