Promptory Firefox

Examine source code of Promptory

Inspect and view changes in Promptory source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Promptory - AI Prompt Directory for ChatGPT",
  "description": "Auto-save and organize your AI conversations. Search, reuse, and never lose a great prompt again.",
  "version": "0.2.0",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "scripting",
    "alarms",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://gemini.google.com/*",
    "https://claude.ai/*",
    "https://www.perplexity.ai/*",
    "https://grok.com/*",
    "https://x.com/*",
    "https://copilot.microsoft.com/*",
    "https://promptory.chat/*"
  ],
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Promptory"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "promptory@promptory.chat",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/chatgpt.js"
      ]
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/claude.js"
      ]
    },
    {
      "matches": [
        "https://copilot.microsoft.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/copilot.js"
      ]
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/gemini.js"
      ]
    },
    {
      "matches": [
        "https://grok.com/*",
        "https://x.com/i/grok*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/grok.js"
      ]
    },
    {
      "matches": [
        "https://www.perplexity.ai/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/perplexity.js"
      ]
    },
    {
      "matches": [
        "https://promptory.chat/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/promptory-site.js"
      ]
    }
  ]
}

Best Promptory Alternatives

Here are some Firefox add-ons that are similar to Promptory: