AI Prompts Firefox

Examine source code of AI Prompts

Inspect and view changes in AI Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Prompts",
  "version": "1.1.0",
  "description": "Chrome extension to organize and quick-insert prompts for AI chat platforms",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "notifications"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "AI Prompts",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*",
        "*://www.chatgpt.com/*",
        "*://chat.openai.com/*",
        "*://openai.com/*",
        "*://www.openai.com/*",
        "*://claude.ai/*",
        "*://www.claude.ai/*",
        "*://console.anthropic.com/*",
        "*://gemini.google.com/*",
        "*://copilot.microsoft.com/*",
        "*://bing.com/chat*",
        "*://www.bing.com/chat*",
        "*://perplexity.ai/*",
        "*://www.perplexity.ai/*",
        "*://x.com/i/grok*",
        "*://www.x.com/i/grok*",
        "*://grok.com/*",
        "*://www.grok.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_page": "options.html",
  "commands": {
    "insert-last-prompt": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Insert last used prompt"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-prompts@flesler.com",
      "strict_min_version": "109.0"
    }
  }
}

Best AI Prompts Alternatives

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