HaoTab New Tab - Use ChatGPT for free

HaoTab New Tab - Use ChatGPT for free

Focus on the powerful functions of customizing the new tab, 10000+4K high-definition wallpaper library

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "default_locale": "zh_CN",
  "description": "__MSG_extension_des__",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "host_permissions": [
    "https://*.1tong.com/",
    "*://suggestion.baidu.com/*"
  ],
  "permissions": [
    "activeTab",
    "bookmarks",
    "storage",
    "geolocation"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "version": "1.3.4",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}