MetaDesk - AI Tab with chatGPT,MetaMask,Web3

MetaDesk - AI Tab with chatGPT,MetaMask,Web3

Replace new tab page with AI tab desktop by widgets and AI tools,import & organize bookmarks,and embrace Blockchain and Web3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.0.9",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://www.metadesk.cc",
  "default_locale": "en",
  "offline_enabled": true,
  "permissions": [
    "tabs",
    "bookmarks",
    "storage",
    "history",
    "notifications",
    "commands",
    "activeTab",
    "scripting",
    "contextMenus",
    "browsingData"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "commands": {
    "open-suggest": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "Command+M"
      },
      "description": "Open command menu"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery.js",
        "js/readability.js",
        "js/constant.js",
        "js/shortcut.js",
        "js/translate.js",
        "js/content_script.js"
      ],
      "css": [
        "css/icon.css",
        "css/shortcut.css",
        "css/translate.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/shortcut.html",
        "js/translate.html",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html",
    "default_icon": "icons/icon64.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "host_permissions": [
    "https://suggestqueries.google.com/",
    "https://translate.google.com/",
    "https://www.baidu.com/",
    "https://opensea.io/",
    "https://suggestqueries-clients6.youtube.com/",
    "https://chat.openai.com/",
    "https://api.metadesk.cc/",
    "https://varscdn.metadesk.group/",
    "https://proxy.metadesk.cc/",
    "https://idesk.show/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}