Bonix - AI Assistant Firefox

Examine source code of Bonix - AI Assistant

Inspect and view changes in Bonix - AI Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bonix - AI Assistant",
  "version": "1.0.0",
  "description": "AI-powered assistant by Bonix",
  "browser_specific_settings": {
    "gecko": {
      "id": "bonix@bonix.ai",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://bonix.ai/*"
      ],
      "js": [
        "content/token_capture.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/rewrite-mode-manager.js",
        "content/sentence-by-sentence.js",
        "content/whole-text.js",
        "content/modules/ui/bubble-states.js",
        "content/modules/utils/helpers.js",
        "content/modules/selection/position-calculator.js",
        "content/modules/api/dictionary-api.js",
        "content/modules/ui/suggestion-panel.js",
        "content/modules/ui/suggestion-bubble.js",
        "content/modules/ui/trigger-button.js",
        "content/modules/core/text-replacer.js",
        "content/modules/gmail/gmail-replacer.js",
        "content/modules/gmail/gmail-help-write.js",
        "content/modules/api/rewrite-api.js",
        "content/modules/selection/selection-handler.js",
        "content/modules/core/init.js",
        "content/content-main.js"
      ],
      "css": [
        "styles/content.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "js": [
        "content/google-docs/selection-listener.js"
      ],
      "run_at": "document_end",
      "world": "MAIN",
      "all_frames": true
    },
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "js": [
        "content/google-docs.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/sidebar-translations.js",
        "content/sidebar.js"
      ],
      "css": [
        "styles/sidebar.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.linkedin.com/messaging/*"
      ],
      "js": [
        "content/modules/linkedin/linkedin-help-write.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Bonix - AI Assistant",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "rewrite-text": {
      "suggested_key": {
        "default": "Ctrl+Shift+R",
        "mac": "Command+Shift+R"
      },
      "description": "Rewrite selected text"
    },
    "toggle-suggestions": {
      "suggested_key": {
        "default": "Ctrl+Shift+T",
        "mac": "Command+Shift+T"
      },
      "description": "Toggle inline suggestions"
    }
  },
  "options_page": "settings/settings.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content/google-docs.js",
        "content/google-docs-rewrite.js",
        "content/rewrite-mode-manager.js",
        "content/sentence-by-sentence.js",
        "content/whole-text.js",
        "styles/google-docs.css",
        "icons/icon16.png",
        "icons/icon32.png",
        "icons/icon48.png",
        "icons/icon128.png",
        "icons/icon.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Mejores alternativas Bonix - AI Assistant

Aquí hay algunas Firefox add-ons que son similares a Bonix - AI Assistant: