Howdz起始页

Howdz起始页

提供大量组件用于定制化你的起始页,可适配响应式设计。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Howdz起始页",
  "version": "1.5.2",
  "description": "提供大量组件用于定制化你的起始页,可适配响应式设计。",
  "icons": {
    "128": "favicon.png"
  },
  "permissions": [],
  "background": {
    "service_worker": "sw.js"
  },
  "offline_enabled": true,
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}