Prompt Pedia Firefox

Examine source code of Prompt Pedia

Inspect and view changes in Prompt Pedia source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Prompt Pedia",
  "description": "Access the Library of the Best Prompts and supercharge your ChatGPT4 experience",
  "version": "0.0.8",
  "content_scripts": [
    {
      "js": [
        "dist/main.js"
      ],
      "css": [
        "css/style.css",
        "dist/style.css"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "https://chat.openai.com/*"
  ],
  "action": {
    "default_title": "Click here to visit Prompt Pedia",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/favicon-16x16.png",
    "32": "images/favicon-32x32.png",
    "48": "images/android-chrome-48x48.png",
    "128": "images/android-chrome-128x128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "rajasimonio@gmail.com"
    }
  }
}

Best Prompt Pedia Alternatives

Here are some Firefox add-ons that are similar to Prompt Pedia: