Aim Search Firefox

Examine source code of Aim Search

Inspect and view changes in Aim Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Aim Search",
  "version": "2.5.0",
  "description": "A powerful search extension that lets you quickly search across multiple engines.",
  "browser_specific_settings": {
    "gecko": {
      "id": "aim-search@aaiimm.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "searchTerms"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Open Aim Search (Ctrl+E)",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://www.google.com/*",
    "https://suggestqueries.google.com/",
    "https://api.aaiimm.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+E",
        "windows": "Ctrl+E",
        "mac": "Command+E",
        "linux": "Ctrl+E"
      },
      "description": "Open Aim Search"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}

Best Aim Search Alternatives

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