ChatCraft - Amazon Seller ChatGPT Prompts

ChatCraft - Amazon Seller ChatGPT Prompts

Empowering Amazon sellers to unleash the power of ChatGPT by providing cutting-edge prompts through a user-friendly interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ChatCraft - Amazon Seller ChatGPT Prompts",
  "version": "1.1.0",
  "description": "Empowering Amazon sellers to unleash the power of ChatGPT by providing cutting-edge prompts through a user-friendly interface.",
  "manifest_version": 3,
  "author": "Joe Nilsen",
  "action": {},
  "content_scripts": [
    {
      "js": [
        "./content_script/awesome.js",
        "./content_script/jquery.js",
        "./content_script/dropzone.js",
        "./content_script/boot.js",
        "./content_script/datatable.js",
        "./content_script/supabase.js",
        "./content_script/loaderIcon.js",
        "./content_script/loader.js",
        "./content_script/content_script.js"
      ],
      "matches": [
        "https://*.openai.com/*",
        "https://openai.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.openai.com/*",
        "https://openai.com/*"
      ],
      "resources": [
        "content_script/boot.css",
        "content_script/Pattanakarn-Bold.ttf"
      ]
    }
  ],
  "icons": {
    "16": "jn.png",
    "32": "jn.png",
    "48": "jn.png",
    "128": "jn.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://*.openai.com/*",
    "https://openai.com/*"
  ],
  "permissions": [
    "activeTab",
    "scripting"
  ]
}