PromptifyAI Firefox

Examine source code of PromptifyAI

Inspect and view changes in PromptifyAI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Promptify",
  "version": "1.1.0",
  "description": "Transform simple tasks into focused AI prompts with smart context-aware optimization",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Promptify - AI Prompt Optimizer",
    "default_icon": {
      "1024": "icons/icon-16.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "1024": "icons/icon-16.png"
  },
  "web_accessible_resources": [
    "popup.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "amitojuppal62@gmail.com",
      "strict_min_version": "92.0"
    }
  }
}

Best PromptifyAI Alternatives

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