AiTab New Tab with ChatGPT

AiTab New Tab with ChatGPT

AiTab new tab page, integrates Ai capabilities such as Ai Chat, drawing, translation, integrated ChatGPT components

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "1.1.3",
  "icons": {
    "16": "assets/icons/128.png",
    "48": "assets/icons/128.png",
    "128": "assets/icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "aitab.html"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "bookmarks",
    "history",
    "favicon"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "assets/background-bf4b220a.js"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*",
        "_favicon/*"
      ]
    }
  ],
  "default_locale": "en",
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}