Secure Search Firefox

Examine source code of Secure Search

By: Shivam
Inspect and view changes in Secure Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Secure Search",
  "description": "Prevents access to unnecessary or harmful websites to improve browsing safety.",
  "version": "1.0",
  "action": {
    "default_icon": "image.png",
    "default_popup": "popup.html",
    "default_title": "Secure Search"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "securesearch@local",
      "strict_min_version": "113.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Secure Search Alternatives

Here are some Firefox add-ons that are similar to Secure Search: