AI Assistant writer Firefox

Examine source code of AI Assistant writer

Inspect and view changes in AI Assistant writer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Writing Assistant",
  "version": "3.9.3",
  "description": "Select text in Gmail, WhatsApp, LinkedIn & more to refine, reply, translate or change tone instantly.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-writing-assistant@aiwa.addon",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "contextMenus",
    "storage",
    "https://mail.google.com/*",
    "https://web.whatsapp.com/*",
    "https://*.linkedin.com/*",
    "https://*.alibaba.com/*",
    "https://*.bitrix24.com/*",
    "https://*.bitrix24.in/*",
    "https://generativelanguage.googleapis.com/*",
    "https://api.openai.com/*",
    "https://api.anthropic.com/*",
    "https://openrouter.ai/*",
    "https://api.groq.com/*",
    "https://api.mistral.ai/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_title": "AI Writing Assistant settings",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "open-draft": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Draft from an instruction at the cursor"
    },
    "quick-refine": {
      "suggested_key": {
        "default": "Alt+R"
      },
      "description": "Refine the current selection"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://web.whatsapp.com/*",
        "https://*.linkedin.com/*",
        "https://*.alibaba.com/*",
        "https://*.bitrix24.com/*",
        "https://*.bitrix24.in/*"
      ],
      "js": [
        "shared.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "optional_permissions": [
    "https://*/*"
  ]
}

Best AI Assistant writer Alternatives

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