Hustle AI - Supercharged & Free ChatGPT

Hustle AI - Supercharged & Free ChatGPT

Unlock the full potential of ChatGPT with Hustle AI 🧑‍🤖

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hustle AI - Supercharged & Free ChatGPT",
  "description": "Unlock the full potential of ChatGPT with Hustle AI 🧑‍🤖",
  "version": "1.17.9.0",
  "icons": {
    "16": "icons/16.png",
    "24": "icons/24.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "72": "icons/72.png",
    "80": "icons/80.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "Command+Shift+H",
        "windows": "Ctrl+Shift+H",
        "linux": "Ctrl+Shift+H",
        "chromeos": "Ctrl+Shift+H"
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "./popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js",
        "plausible.js",
        "style.css"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ]
    },
    {
      "js": [
        "content_script_two.js"
      ],
      "matches": [
        "https://hustleai.co/*"
      ]
    }
  ]
}