Vaulted Prompts Firefox

Examine source code of Vaulted Prompts

Inspect and view changes in Vaulted Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Vaulted Prompts",
  "description": "Manage your LLM prompt library from any browser using the Vaulted Prompts extension.",
  "version": "0.1.1",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "contextMenus",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://perplexity.ai/*",
    "https://copilot.microsoft.com/*",
    "https://www.bing.com/*",
    "https://grok.com/*",
    "https://x.ai/*",
    "https://mistral.ai/*",
    "https://playground.mistral.ai/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vaultedprompts@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_title": "Vaulted Prompts",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://copilot.microsoft.com/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://mistral.ai/*",
        "https://perplexity.ai/*",
        "https://playground.mistral.ai/*",
        "https://www.bing.com/*",
        "https://x.ai/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Vaulted Prompts Alternatives

Here are some Firefox add-ons that are similar to Vaulted Prompts: