Spell – save & recall all your AI prompts

Spell – save & recall all your AI prompts

Effortlessly save & recall your ChatGPT, Stable Diffusion, Lexica and other AI prompts with shortcuts & search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.2.0",
  "author": "Dumpling Digital",
  "name": "✨Spell – save & recall all your AI prompts",
  "description": "Effortlessly save & recall your ChatGPT, Stable Diffusion, Lexica and other AI prompts with shortcuts & search.",
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.7868605b.js"
      ],
      "css": []
    }
  ],
  "default_locale": "en",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S",
        "windows": "Ctrl+Shift+S",
        "linux": "Ctrl+Shift+S",
        "chromeos": "Ctrl+Shift+S"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}