CharlieGPT

CharlieGPT

Elevate your productivity with CharlieGPT - The AI-powered productivity assistant designed to empower business owners like you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CharlieGPT",
  "description": "Elevate your productivity with CharlieGPT - The AI-powered productivity assistant designed to empower business owners like you.",
  "version": "0.0.0.107",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://docs.google.com/*"
      ],
      "resources": [
        "src/gDocs/gScript.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://docs.google.com/*"
      ],
      "resources": [
        "assets/contentScripts.js-14c8332f.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/axios-3a909370.js",
        "assets/style-559cf741.js",
        "assets/contentScripts.js-8949af21.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/contentScripts.js-loader.js"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "matches": [
        "*://docs.google.com/*"
      ]
    },
    {
      "js": [
        "assets/contentScripts.js-loader2.js"
      ],
      "run_at": "document_idle",
      "matches": [
        "<all_urls>"
      ],
      "type": "module",
      "css": [
        "assets/contentScripts.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://www.copyspace.ai/api",
    "https://www.copyspace.ai/api/",
    "https://www.copyspace.ai/api/*"
  ]
}