aiPromptPal for ChatGPT

aiPromptPal for ChatGPT

Easily use ChatGPT: alongside search engine results, right-click menu, Gmail and via Omnibox (address bar) to access the power of ChatGPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "aiPromptPal",
  "description": "aiPromptPal makes using ChatGPT easy in search engines, to write emails, and on any website",
  "version": "1.4.2",
  "browser_action": {
    "default_popup": "popup.d198b596.html",
    "default_icon": {
      "16": "16.727823ba.png",
      "32": "16.727823ba.png",
      "48": "48.61d0bf86.png",
      "128": "128.bfdf9f74.png"
    },
    "default_title": "aiPromptPal"
  },
  "icons": {
    "16": "16.727823ba.png",
    "32": "16.727823ba.png",
    "48": "48.61d0bf86.png",
    "128": "128.bfdf9f74.png"
  },
  "background": {
    "scripts": [
      "background.eb013ad4.js"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "MacCtrl+Shift+K",
        "chromeos": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      }
    }
  },
  "permissions": [
    "alarms",
    "activeTab",
    "storage",
    "tabs",
    "contextMenus",
    "https://*.openai.com/*"
  ],
  "options_ui": {
    "page": "options.09c20be4.html",
    "open_in_tab": true
  },
  "omnibox": {
    "keyword": "ai"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.google.com/*",
        "https://*.bing.com/*",
        "https://search.brave.com/*",
        "https://*.duckduckgo.com/*",
        "https://*.ecosia.org/*",
        "https://*.presearch.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content-script.a9d889ff.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    "ai_translucent.4e4d953c.png",
    "content-script.40f4c508.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{30943fdb-9498-4591-96ac-2964ec598089}"
    }
  }
}