GeoWarp - privacy under control Firefox

Examine source code of GeoWarp - privacy under control

Inspect and view changes in GeoWarp - privacy under control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "0.8.12.7",
  "description": "__MSG_extShortDescription__",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: blob: https://tile.openstreetmap.org"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "webNavigation",
    "cookies",
    "browsingData",
    "declarativeNetRequest",
    "privacy",
    "contextMenus",
    "contextualIdentities",
    "webRequest",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "userScripts"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-bootstrap.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "src/ui/options/index.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "src/ui/popup/index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "sidebar_action": {
    "default_panel": "src/ui/sidebar/index.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "main-world-runtime.js",
        "main-world-early.js",
        "timing-spike.js",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "geowarp@tomaszjanusz.dev",
      "data_collection_permissions": {
        "required": [
          "locationInfo",
          "searchTerms"
        ]
      }
    }
  }
}

Best GeoWarp - privacy under control Alternatives

Here are some Firefox add-ons that are similar to GeoWarp - privacy under control: