GenieeAI Firefox

Examine source code of GenieeAI

Inspect and view changes in GenieeAI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GenieeAI",
  "version": "4.0.5",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@genieeai.com"
    }
  },
  "description": "Use OpenAI's GPT-3.5-Turbo to generate text, translate languages, and write code on any website.",
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "action": {
    "default_icon": "icons/icon.png",
    "default_title": "GenieeAI",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "options_page": "options.html",
  "icons": {
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rulesets/rules_1.json"
      }
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  }
}

Best GenieeAI Alternatives

Here are some Firefox add-ons that are similar to GenieeAI: