InsightPilot - Context-Aware AI Firefox

Examine source code of InsightPilot - Context-Aware AI

Inspect and view changes in InsightPilot - Context-Aware AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "InsightPilot - Context-Aware AI Navigator",
  "version": "1.0.0",
  "description": "AI-powered browser assistant that understands your context and proactively helps with research, writing, and web workflows",
  "applications": {
    "gecko": {
      "id": "insightpilot@ai-navigator.com"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "InsightPilot",
    "default_icon": {
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "commands": {
    "open-command-bar": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Open InsightPilot Command Bar"
    },
    "quick-summarize": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Quick summarize current page"
    }
  },
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "assistant-panel.html",
    "icons/*"
  ]
}

Best InsightPilot - Context-Aware AI Alternatives

Here are some Firefox add-ons that are similar to InsightPilot - Context-Aware AI: