PromptifyApp Firefox

Examine source code of PromptifyApp

Inspect and view changes in PromptifyApp source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PromptifyApp",
  "version": "1.0.9",
  "description": "Forge powerful, high-converting prompts instantly for leading AI platforms.",
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://copilot.microsoft.com/*",
    "https://deepseek.com/*",
    "https://perplexity.ai/*",
    "https://promptifyapp.com/*",
    "https://api.promptifyapp.com/*"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://promptifyapp.com/*",
      "https://www.promptifyapp.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://copilot.microsoft.com/*",
        "https://deepseek.com/*",
        "https://perplexity.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://promptifyapp.com/*",
        "https://www.promptifyapp.com/*"
      ],
      "js": [
        "authSync.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://copilot.microsoft.com/*",
        "https://deepseek.com/*",
        "https://perplexity.ai/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "promptifyapp@ayso",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best PromptifyApp Alternatives

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