Prompt Dress Firefox

Examine source code of Prompt Dress

Inspect and view changes in Prompt Dress source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Prompt Dress",
  "version": "0.2.0",
  "description": "A browser extension that helps you store and manage your AI prompts.",
  "author": "Konstantin Kovar <prompt-dress@vomkonstant.in>",
  "icons": {
    "16": "./icons/icon16.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "action": {
    "default_title": "Prompt Dress",
    "default_popup": "./src/popup/index.html",
    "default_icon": {
      "48": "./icons/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "./set-interval-async.js",
        "./prompt-chat-gpt.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "./src/options/index.html",
    "open_in_tab": true
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "prompt-dress@vomkonstant.in"
    }
  }
}

Best Prompt Dress Alternatives

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