ChatGPT Custom instruction Switcher

ChatGPT Custom instruction Switcher

Manage and easily switch between multiple Custom Instructions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChatGPT Custom instruction Switcher",
  "description": "Manage and easily switch between multiple Custom Instructions.",
  "version": "0.2.2",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-dc0d4d60.js"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "images/extension_16.png",
      "32": "images/extension_32.png",
      "48": "images/extension_48.png",
      "128": "images/extension_128.png"
    }
  },
  "icons": {
    "16": "images/extension_16.png",
    "32": "images/extension_32.png",
    "48": "images/extension_48.png",
    "128": "images/extension_128.png"
  },
  "permissions": [
    "storage",
    "https://chat.openai.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "resources": [
        "assets/chunk-0ec9cdd5.js",
        "assets/chunk-031b6d92.js",
        "assets/chunk-725317a4.js",
        "assets/chunk-af72fae2.js",
        "assets/chunk-6471f888.js"
      ],
      "use_dynamic_url": true
    }
  ]
}