Prompt Paster Firefox

Examine source code of Prompt Paster

By: Arman
Inspect and view changes in Prompt Paster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Prompt Paster",
  "version": "1.0.0",
  "description": "Organize and paste prompts into AI chat interfaces with bookmark-style management",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://gemini.google.com/*",
    "https://grok.x.com/*",
    "https://grok.com/*",
    "https://www.perplexity.ai/*",
    "https://kimi.moonshot.cn/*",
    "https://kimi.com/*",
    "https://www.deepseek.com/*",
    "https://deepseek.com/*",
    "https://chat.deepseek.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://grok.x.com/*",
        "https://grok.com/*",
        "https://www.perplexity.ai/*",
        "https://kimi.moonshot.cn/*",
        "https://kimi.com/*",
        "https://www.deepseek.com/*",
        "https://deepseek.com/*",
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Open Prompt Paster"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "prompt-paster@armanshirzad.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Prompt Paster Alternatives

Here are some Firefox add-ons that are similar to Prompt Paster: