Ask ChatGPT from Address Bar Firefox

Examine source code of Ask ChatGPT from Address Bar

Inspect and view changes in Ask ChatGPT from Address Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Set ChatGPT as the default search engine (on install prompt), omnibox keyword gpt, selection menus, and optional redirect toggle for chatgpt.com links.",
  "declarative_net_request": {
    "rule_resources": [
      {
        "path": "rules.json",
        "enabled": false,
        "id": "bypass_rules"
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "106.0",
      "id": "{514b22fb-8ca3-4a08-abcf-f9a3a726f9a6}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "109.0"
    }
  },
  "name": "ChatGPT Search",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "host_permissions": [
    "https://chatgpt.com/*",
    "*://*/*"
  ],
  "action": {
    "default_title": "ChatGPT Search",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "version": "1.0.1",
  "omnibox": {
    "keyword": "gpt"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "search_url": "https://chatgpt.com/?q={searchTerms}",
      "name": "ChatGPT",
      "keyword": "chatgpt.com",
      "encoding": "UTF-8",
      "is_default": true,
      "favicon_url": "icons/icon48.png"
    }
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "contextMenus",
    "tabs"
  ]
}

Best Ask ChatGPT from Address Bar Alternatives

Here are some Firefox add-ons that are similar to Ask ChatGPT from Address Bar: