Type 新标签页

Type 新标签页

Type 新标签页是一款简洁、优雅的浏览器主页,高清壁纸、实用小组件、常用网址、云端同步。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Type 新标签页",
  "description": "Type 新标签页是一款简洁、优雅的浏览器主页,高清壁纸、实用小组件、常用网址、云端同步。",
  "permissions": [
    "storage",
    "downloads",
    "tabs",
    "bookmarks"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Type 新标签页"
  },
  "chrome_url_overrides": {
    "newtab": "override.html"
  },
  "version": "1.0.16",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}