AI Dream - ChatGPT Dream Assistant

AI Dream - ChatGPT Dream Assistant

AI Dream - ChatGPT Assistant is a dream tool trained on OpenAI GPT, use AI to support dream interpretation, generate dream images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {},
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "img/logo.png"
  },
  "options_page": "options.html",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "version": "1.0.0",
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/ai-dream/pecejpikmoeknlngfkjhpfbngobefigf",
  "content_security_policy": {
    "script-src": [
      "'self'",
      "'unsafe-inline'",
      "http://localhost:*",
      "http://127.0.0.1:*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}