ERION AI Firefox

Examine source code of ERION AI

Inspect and view changes in ERION AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ERION AI",
  "version": "2.1.8",
  "description": "A privacy-first autonomous AI sidebar that reads pages, summarizes content, plans tasks, and helps you get them done.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "menus"
  ],
  "host_permissions": [
    "https://erion-ai.vercel.app/*"
  ],
  "action": {
    "default_title": "Open ERION AI",
    "default_popup": "index.html",
    "default_icon": {
      "48": "logo.png",
      "96": "logo.png",
      "128": "logo.png"
    }
  },
  "sidebar_action": {
    "default_title": "ERION AI",
    "default_panel": "index.html",
    "open_at_install": false
  },
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Open the ERION AI sidebar"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "erion-ai@yourdomain.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ERION AI Alternatives

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