DALL-E prompt helper

DALL-E prompt helper

Add this extension to your DALL-E prompt to help you find the right prompt.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DALL-E prompt helper",
  "version": "0.1.4",
  "manifest_version": 3,
  "description": "Add this extension to your DALL-E prompt to help you find the right prompt.",
  "icons": {
    "1024": "src/icons/icon2.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "options.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.prompts.js.19ac4a5c.1407bae1.js",
        "assets/content-script-loader.inject.js.fde38ab1.bb180a64.js"
      ],
      "matches": [
        "https://labs.openai.com/*"
      ],
      "css": [
        "assets/inject.d31a90a6.css"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://labs.openai.com/*"
      ],
      "resources": [
        "img/*",
        "icons/*",
        "options.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://labs.openai.com/*"
      ],
      "resources": [
        "assets/prompts.js.19ac4a5c.js",
        "assets/index.8fdc54d6.js",
        "assets/themeHandler.5ee81db8.js",
        "assets/inject.js.fde38ab1.js"
      ],
      "use_dynamic_url": true
    }
  ]
}