aiPromptPal

aiPromptPal

aiPromptPal makes using ChatGPT easy in search engines, to write emails, and on any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "aiPromptPal",
  "description": "aiPromptPal makes using ChatGPT easy in search engines, to write emails, and on any website",
  "version": "1.4.2",
  "action": {
    "default_popup": "popup.7c2e9b32.html",
    "default_icon": {
      "16": "16.4ab19cb0.png",
      "32": "16.4ab19cb0.png",
      "48": "48.560a487a.png",
      "128": "128.cdc48985.png"
    },
    "default_title": "aiPromptPal"
  },
  "icons": {
    "16": "16.4ab19cb0.png",
    "32": "16.4ab19cb0.png",
    "48": "48.560a487a.png",
    "128": "128.cdc48985.png"
  },
  "background": {
    "service_worker": "background.2c3d5c01.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "MacCtrl+Shift+K",
        "chromeos": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      }
    }
  },
  "host_permissions": [
    "https://*.openai.com/"
  ],
  "permissions": [
    "alarms",
    "activeTab",
    "storage",
    "tabs",
    "contextMenus"
  ],
  "options_ui": {
    "page": "options.ff15b910.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.39269c75.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://*.google.com/*",
        "https://*.bing.com/*",
        "https://search.brave.com/*",
        "https://*.duckduckgo.com/*",
        "https://*.ecosia.org/*",
        "https://*.presearch.com/*",
        "https://chat.openai.com/*"
      ],
      "resources": [
        "ai_translucent.ee910521.png",
        "content-script.db1851d0.css"
      ]
    }
  ]
}