Yahoo雅虎香港首頁

Yahoo雅虎香港首頁

打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "ui/homepage.html"
  },
  "manifest_version": 3,
  "default_locale": "zh_TW",
  "name": "__MSG_homepage_chrome_extension_name__",
  "description": "__MSG_homepage_chrome_extension_description__",
  "version": "3.0.6",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "alarms",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "*://*.yahoo.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "64": "icons/icon-64.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.yahoo.com/*",
        "*://us.yahoo.com/*"
      ],
      "js": [
        "components/front/index.js",
        "ui/notifyPresence.js"
      ],
      "css": [
        "components/front/index.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "components/front/open-cta@3x.*.png",
        "components/front/open-cta-hover@3x.*.png",
        "components/front/close@3x.*.png",
        "components/front/close-over@3x.*.png",
        "components/front/yahoo-icon@3x.*.png",
        "components/front/mlb.*.png",
        "components/front/nfl.*.png",
        "components/front/nhl.*.png",
        "components/front/nba.*.png"
      ],
      "matches": [
        "*://www.yahoo.com/*",
        "*://us.yahoo.com/*"
      ]
    }
  ]
}