Moonlight SmartScan Firefox

Examine source code of Moonlight SmartScan

Por: thevill
Inspect and view changes in Moonlight SmartScan source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Moonlight SmartScan",
  "version": "1.0.1",
  "description": "Moonlight SmartScan is a real-time threat intelligence & analysis tool that securely checks URLs for safety",
  "permissions": [
    "storage",
    "webNavigation",
    "notifications",
    "tabs",
    "unlimitedStorage",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "moonlightsmartscan@pranaywajjala.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon128.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Mejores alternativas Moonlight SmartScan

Aquí hay algunas Firefox add-ons que son similares a Moonlight SmartScan: