ChatGPT Copywriter (Phantom)

ChatGPT Copywriter (Phantom)

ChatGPT Phantom creates news articles and video scripts that contain accurate information based on recent sources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_APPNAME__",
  "version": "2.0.0",
  "description": "__MSG_APPDESC__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en_US",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://phantom-ghost-writer.vercel.app/*",
    "https://www.youtube.com/embed/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/chat/*"
      ],
      "js": [
        "script.js",
        "api.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b13d04e3-41db-48b3-842c-8079df92c7ad}"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "languages.json",
        "chrome_langs.json",
        "instructions.json"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ]
    }
  ]
}