Prompticon Firefox

Examine source code of Prompticon

Inspect and view changes in Prompticon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Prompticon",
  "version": "1.3.1",
  "description": "Customizable quick-reply toolbar for ChatGPT, Claude, Gemini, Grok, Mistral, Qwen, Meta AI, and DeepSeek.",
  "permissions": [
    "storage"
  ],
  "incognito": "not_allowed",
  "browser_specific_settings": {
    "gecko": {
      "id": "prompticon@qainsights.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*",
        "https://www.claude.ai/*",
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://www.grok.com/*",
        "https://chat.mistral.ai/*",
        "https://chat.qwen.ai/*",
        "https://meta.ai/*",
        "https://www.meta.ai/*",
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "site-settings.js",
        "command-palette.js",
        "smart-detection.js",
        "profile-packs.js",
        "long-press.js",
        "template-variables.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Prompticon",
    "default_icon": {
      "16": "assets/icon-16.png",
      "32": "assets/icon-32.png",
      "48": "assets/icon-48.png",
      "128": "assets/icon-128.png"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Open Prompticon settings"
    }
  }
}

Best Prompticon Alternatives

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