Prmpt Firefox

Examine source code of Prmpt

By: prmpter
Inspect and view changes in Prmpt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Prmpt",
  "description": "Prompt: ChatGPT AI Assistant | DeepSeek, GPT-4o, Claude 3.5, o1 & More",
  "version": "0.0.8",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content-scripts/content.css",
        "fetcher.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "identity"
  ],
  "oauth2": {
    "client_id": "196107294708-eaf242cbhe6vv1r02kieoop07ld8n2u9.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c295be3e-e072-4db5-b9ab-1b632307255e}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "\n      Prmpt - One Place for All Your AI Prompts\n    ",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chat.deepseek.com/*",
        "*://*.chat.mistral.ai/*",
        "*://*.chat.openai.com/*",
        "*://*.chat.qwen.ai/*",
        "*://*.chatgpt.com/*",
        "*://*.gemini.google.com/*",
        "*://*.grok.com/*",
        "*://*.perplexity.ai/*"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Prmpt Alternatives

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