Prompt Builder for AI Firefox

Examine source code of Prompt Builder for AI

Inspect and view changes in Prompt Builder for AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Prompt Builder",
  "version": "1.1.5",
  "description": "Inserta bloques de texto predefinidos en áreas de texto en la web",
  "permissions": [
    "activeTab",
    "<all_urls>",
    "storage",
    "tabs",
    "sidebarAction"
  ],
  "sidebar_action": {
    "default_title": "Prompt Builder",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "icons/icon-48.png"
  },
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/js/content/content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "assets/js/background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{609c88f6-8412-4dc8-b2ae-305c1cb97719}"
    }
  }
}

Best Prompt Builder for AI Alternatives

Here are some Firefox add-ons that are similar to Prompt Builder for AI: