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.1.1",
  "version_name": "4.1.1",
  "action": {
    "default_popup": "src/popup/index.html"
  },
  "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"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-DXI0HtE9.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/logo-default-CA3S363T.png",
        "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/function-BQorNAPY.js",
        "assets/index-IzlmK1_r.js",
        "assets/ga4-LDM5Uiyw.js",
        "assets/index.ts-CCZZOiCL.js"
      ],
      "use_dynamic_url": false
    }
  ]
}