Jarvis AI: Chat GPT, Bing, Claude, Bard, BOT

Jarvis AI: Chat GPT, Bing, Claude, Bard, BOT

Jarvis AI Copilot Chatbot by ChatGPT, OpenAI, Claude, Midjourney : Translate English, Chat Chatting GPT, Check Grammar, Rewrite, XAI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "4.2.4",
  "version_name": "4.2.4",
  "action": {
    "default_title": "__MSG_appName__"
  },
  "icons": {
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "https://*.jarvis.cx/*"
    ]
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "sidePanel",
    "contextMenus",
    "commands"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-BmpcorO4.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "side_panel": {
    "default_path": "src/side-panel/index.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+J"
      }
    },
    "toggle-jarvis": {
      "suggested_key": {
        "default": "Alt+J",
        "mac": "MacCtrl+J"
      },
      "description": "Open or close Jarvis AI"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/Inter-Thin-BinVesNM.ttf",
        "assets/Inter-ExtraLight-BEx6KSH1.ttf",
        "assets/Inter-Light-WU__v9oT.ttf",
        "assets/Inter-Regular-DYjygwQm.ttf",
        "assets/Inter-Medium-CKLJZXR2.ttf",
        "assets/Inter-SemiBold-XVCL1Lno.ttf",
        "assets/Inter-Bold-zdiomvYZ.ttf",
        "assets/Inter-ExtraBold-DZtS5_wi.ttf",
        "assets/Inter-Black-DDhSxYXU.ttf",
        "assets/get-more-tokens-Coo717hf.png",
        "assets/logo-default-CA3S363T.png",
        "assets/index-BmdP7dzx.js",
        "assets/ga4-Cv7IYW53.js",
        "assets/index.ts-C18E9O8b.js"
      ],
      "use_dynamic_url": false
    }
  ]
}