Examine source code of GeneAI

Inspect and view changes in GeneAI source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Gene-Ai",
  "version": "1.0",
  "description": "Gene-Ai,Aids in Better Writing",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "webRequest",
    "*://www.everyprompt.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Gene-AI",
    "default_icon": "assets/favicon_package_v0.16/favicon-32x32.png",
    "default_popup": "popup.html"
  },
  "commands": {
    "toggle-spell-check": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Toggle Gene-Ai"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{529b3855-4c25-49b3-8958-2bbc05cec0e7}"
    }
  }
}