AIBIZ Domain Resolver Firefox

Examine source code of AIBIZ Domain Resolver

Inspect and view changes in AIBIZ Domain Resolver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AIBIZ Domain Resolver",
  "short_name": "AIBIZ",
  "version": "0.8.1",
  "description": "Resolve .aibiz names and sub-SLDs (e.g. sales.acme.aibiz) on Polygon — routes typed names and searches to the AIBIZ resolver.",
  "browser_specific_settings": {
    "gecko": {
      "id": "aibiz-resolver@1bz.biz",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "128.0"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "AIBIZ Resolver"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "aibiz_redirects",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}

Best AIBIZ Domain Resolver Alternatives

Here are some Firefox add-ons that are similar to AIBIZ Domain Resolver: