LIT Prompts Firefox

Examine source code of LIT Prompts

Inspect and view changes in LIT Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "0.2.1",
  "name": "LIT Prompts",
  "description": "Create and run LLM prompt templates based on in-browser content and user input.",
  "homepage_url": "https://github.com/SuffolkLITLab/prompts",
  "browser_specific_settings": {
    "gecko": {
      "id": "litlab@suffolk.edu"
    }
  },
  "action": {
    "default_icon": "img/icon-128.png",
    "default_title": "LIT Prompts",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "scripting",
    "clipboardWrite"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best LIT Prompts Alternatives

Here are some Firefox add-ons that are similar to LIT Prompts: