PromptGen Firefox

Examine source code of PromptGen

Inspect and view changes in PromptGen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PromptGen",
  "version": "2.0.0",
  "description": "Otimize seus prompts em tempo real nas plataformas de IA Web.",
  "browser_specific_settings": {
    "gecko": {
      "id": "engenheiro-prompt@meudominio.com"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://generativelanguage.googleapis.com/*",
    "https://api.groq.com/*"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "assets/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ]
}

Best PromptGen Alternatives

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