Prompt Library Firefox

Examine source code of Prompt Library

Inspect and view changes in Prompt Library source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Prompt Library: LLM Prompt Saver & Organizer",
  "description": "__MSG_appDescription__",
  "version": "0.0.5",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "contextMenus",
    "identity"
  ],
  "oauth2": {
    "client_id": "224210342344-kdkfliaqjbndjvjau9an6ssdeld2a3nh.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "commands": {
    "open-prompt-selector": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "__MSG_openPromptSelector__"
    },
    "save-selected-prompt": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "__MSG_saveSelectedPrompt__"
    }
  },
  "web_accessible_resources": [
    "fonts/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{25870eee-fcb3-4b10-9195-4b0cb1d7b88a}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Popup",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Prompt Library Alternatives

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