Compose AI Firefox

Examine source code of Compose AI

Inspect and view changes in Compose AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Compose AI",
  "version": "1.3",
  "description": "AI-assisted text composition with keyboard shortcut, inline suggestion, and copy feature.",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Trigger Compose AI"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{07a330a9-a350-4476-8418-2db5df1f8605}"
    }
  }
}

Best Compose AI Alternatives

Here are some Firefox add-ons that are similar to Compose AI: