PromptForge for ChatGPT, Gemini, Claude.ai +

PromptForge for ChatGPT, Gemini, Claude.ai +

PromptForge offers easy, diverse one-click prompts right inside ChatGPT, Gemini and more.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PromptForge for ChatGPT, Gemini, Claude.ai +",
  "description": "PromptForge offers easy, diverse one-click prompts right inside ChatGPT, Gemini and more.",
  "version": "1.0.17",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-48.png"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "resources": [
        "img/logo-16.png",
        "img/logo-32.png",
        "img/logo-48.png",
        "img/logo-128.png",
        "src/scripts/window.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://*.midjourney.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://promptden.com/*"
      ],
      "resources": [
        "assets/chunk-72501fd9.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-72501fd9.0766535f.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://*.midjourney.com/*",
        "https://promptden.com/*",
        "https://claude.ai/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.promptden.com/*"
    ]
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "src/rules/csp.json"
      }
    ]
  },
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://gemini.google.com/*",
    "https://*.midjourney.com/*",
    "https://promptden.com/*",
    "https://claude.ai/*"
  ],
  "permissions": [
    "declarativeNetRequestWithHostAccess"
  ]
}