PromptDeck — Library for AI Chat Firefox

Examine source code of PromptDeck — Library for AI Chat

By: dhaxor
Inspect and view changes in PromptDeck — Library for AI Chat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PromptDeck — Prompt Library for AI Chat",
  "version": "1.0.0",
  "description": "Save your best AI prompts and insert them into ChatGPT, Claude, Gemini, Perplexity & Grok in one click. 100% local. One-time $9 Pro.",
  "browser_specific_settings": {
    "gecko": {
      "id": "promptdeck@dhaxor",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://perplexity.ai/*",
    "https://www.perplexity.ai/*",
    "https://grok.com/*",
    "https://extensionpay.com/*"
  ],
  "background": {
    "scripts": [
      "src/lib/ExtPay.js",
      "src/lib/config.js",
      "src/background/service-worker.js"
    ]
  },
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "PromptDeck",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "options_page": "src/options/options.html",
  "content_scripts": [
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "src/lib/ExtPay.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://perplexity.ai/*",
        "https://www.perplexity.ai/*",
        "https://grok.com/*"
      ],
      "js": [
        "src/content/inject.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ]
}

Best PromptDeck — Library for AI Chat Alternatives

Here are some Firefox add-ons that are similar to PromptDeck — Library for AI Chat: