FatfoxTab 新标签页

FatfoxTab 新标签页

FatfoxTab新标签页是游戏、办公娱乐场景全覆盖、打造一站式上网体验,结合先进的大语言模型,上手方式简单,一用即会,海量网址、卡片式应用、动态壁纸、用户界面,均由自己掌控,是您打造个人学习工作台的浏览器必备插件。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "FatfoxTab 新标签页",
  "version": "1.1.3",
  "description": "FatfoxTab新标签页是游戏、办公娱乐场景全覆盖、打造一站式上网体验,结合先进的大语言模型,上手方式简单,一用即会,海量网址、卡片式应用、动态壁纸、用户界面,均由自己掌控,是您打造个人学习工作台的浏览器必备插件。",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "declarativeContent",
    "background",
    "activeTab",
    "unlimitedStorage",
    "system.cpu",
    "system.memory",
    "tabs"
  ],
  "host_permissions": [
    "*://*.fatfoxtab.com/*",
    "*://suggestion.baidu.com/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/app.png",
      "32": "/images/app.png",
      "48": "/images/app.png",
      "128": "/images/app.png"
    },
    "default_title": "Fatfox Tab"
  },
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "icons": {
    "16": "/images/app.png",
    "32": "/images/app.png",
    "48": "/images/app.png",
    "128": "/images/app.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "content.css",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}