Examine source code of AI Chat Pro & Custom Web Search

Inspect and view changes in AI Chat Pro & Custom Web Search 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
{
  "background": {
    "scripts": [
      "distJs/constants.js",
      "distJs/helper.js",
      "html/js/storageReplacer.js",
      "util.js",
      "background.js",
      "misc.js"
    ]
  },
  "name": "AI Chat Pro & Custom Web Search",
  "short_name": "AI Chat Pro",
  "icons": {
    "128": "icons/icon2.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://aichatpro.co/*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "description": "AI Chat Pro & Custom Web Search gives you access to a chatbot powered by ChatGPT via the toolbar icon and custom web search powered by Yahoo from your browser's address bar.",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/icon2.png"
    },
    "default_title": "AI Chat Pro & Custom Web Search"
  },
  "permissions": [
    "storage",
    "tabs",
    "*://aichatpro.co/*"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web search by Yahoo",
      "keyword": "AI Chat Pro & Custom Web Search",
      "favicon_url": "icons/icon2.png",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=sz&hsimp=yhs-001&type=type7054536-spa-180666-180667&param1=180666&param2=180667&grd=1&p={searchTerms}",
      "suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
      "is_default": true
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "AI_Chat_Pro_and_Custom_Web_Search_vqLaNgicsi@aichatpro.co"
    }
  }
}