PromptPack – Save & Enhance AI Prompts Firefox

Examine source code of PromptPack – Save & Enhance AI Prompts

Inspect and view changes in PromptPack – Save & Enhance AI Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PromptPack – Save & Enhance AI Prompts",
  "version": "2.4.0",
  "description": "Save, enhance, and organize AI prompts across ChatGPT, Claude, and Gemini with one click.",
  "browser_specific_settings": {
    "gecko": {
      "id": "promptpack@pmtpk.com",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://www.perplexity.ai/*",
    "https://perplexity.ai/*",
    "https://grok.com/*",
    "https://x.com/*",
    "https://chat.deepseek.com/*",
    "https://kimi.com/*",
    "https://www.kimi.com/*",
    "https://grok.pmtpk.com/*",
    "https://api.pmtpk.com/*",
    "https://*.pmtpk.com/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "PromptPack",
    "default_icon": {
      "16": "img/icon-16.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/chatgpt.ts-loader-nYi6iWKe.js"
      ],
      "matches": [
        "https://chatgpt.com/",
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/claude.ts-loader-CrxkR2r4.js"
      ],
      "matches": [
        "https://claude.ai/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/gemini.ts-loader-C4JVGHMk.js"
      ],
      "matches": [
        "https://gemini.google.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/perplexity.ts-loader-IDGNg8Yv.js"
      ],
      "matches": [
        "https://www.perplexity.ai/*",
        "https://perplexity.ai/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/grok.ts-loader-DpapfWrl.js"
      ],
      "matches": [
        "https://grok.com/*",
        "https://x.com/i/grok*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/deepseek.ts-loader-Cr5k--6H.js"
      ],
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/kimi.ts-loader-CRrA9ioz.js"
      ],
      "matches": [
        "https://kimi.com/",
        "https://kimi.com/*",
        "https://www.kimi.com/",
        "https://www.kimi.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "assets/background.ts-Lc2iMt1l.js"
    ],
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost:3000/*",
        "https://chat.deepseek.com/*",
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://kimi.com/*",
        "https://perplexity.ai/*",
        "https://pmtpk.com/*",
        "https://www.perplexity.ai/*",
        "https://x.com/*"
      ],
      "resources": [
        "img/icon-16.png",
        "auth-callback.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://chatgpt.com/*"
      ],
      "resources": [
        "assets/theme-CHys-yvq.js",
        "assets/api-lEPXQ6QH.js",
        "assets/templateParser-DeOiJ_3Q.js",
        "assets/chatgpt.ts-BxoRf4la.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "resources": [
        "assets/theme-CHys-yvq.js",
        "assets/api-lEPXQ6QH.js",
        "assets/templateParser-DeOiJ_3Q.js",
        "assets/claude.ts-DzYKQokN.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "resources": [
        "assets/theme-CHys-yvq.js",
        "assets/api-lEPXQ6QH.js",
        "assets/templateParser-DeOiJ_3Q.js",
        "assets/gemini.ts-CviuqLm8.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://perplexity.ai/*",
        "https://www.perplexity.ai/*"
      ],
      "resources": [
        "assets/theme-CHys-yvq.js",
        "assets/api-lEPXQ6QH.js",
        "assets/templateParser-DeOiJ_3Q.js",
        "assets/perplexity.ts-DO3IppHa.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://grok.com/*",
        "https://x.com/*"
      ],
      "resources": [
        "assets/theme-CHys-yvq.js",
        "assets/api-lEPXQ6QH.js",
        "assets/templateParser-DeOiJ_3Q.js",
        "assets/grok.ts-zEwTj7ds.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "resources": [
        "assets/theme-CHys-yvq.js",
        "assets/api-lEPXQ6QH.js",
        "assets/templateParser-DeOiJ_3Q.js",
        "assets/deepseek.ts-OqiTXODZ.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://kimi.com/*",
        "https://kimi.com/*",
        "https://www.kimi.com/*",
        "https://www.kimi.com/*"
      ],
      "resources": [
        "assets/theme-CHys-yvq.js",
        "assets/api-lEPXQ6QH.js",
        "assets/templateParser-DeOiJ_3Q.js",
        "assets/kimi.ts-D7cBobzk.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "commands": {
    "save-prompt": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "Alt+Shift+S"
      },
      "description": "Save current prompt to PromptPack"
    }
  },
  "homepage_url": "https://pmtpk.com",
  "author": "PromptPack Team"
}

Best PromptPack – Save & Enhance AI Prompts Alternatives

Here are some Firefox add-ons that are similar to PromptPack – Save & Enhance AI Prompts: