Promptly Firefox

Examine source code of Promptly

Inspect and view changes in Promptly source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Promptly",
  "version": "1.1.0",
  "description": "Personal prompt library to save, organize, and copy AI prompts.",
  "permissions": [
    "storage",
    "clipboardWrite",
    "contextMenus",
    "activeTab"
  ],
  "host_permissions": [
    "https://raw.githubusercontent.com/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+P",
        "mac": "Alt+P"
      },
      "description": "Open Promptly popup"
    }
  },
  "background": {
    "scripts": [
      "lib/browser-polyfill.js",
      "background/service_worker.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "promptly@ken.tools",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Promptly Alternatives

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