InstantGPT - ChatGPT Powered Assistant

InstantGPT - ChatGPT Powered Assistant

Access ChatGPT instantly! Summarize articles with one click. InstantGPT is a chrome extension that utilizes the power of OpenAI's…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "InstantGPT - ChatGPT Powered Assistant",
  "version": "1.4",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "16": "icon.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_security_policy": {}
}