Light Feather TAB

Light Feather TAB

The new TAB is simple and convenient. You can change the search method and wallpaper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.2.3",
  "description": "__MSG_extDescription__",
  "author": "quancy",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/logo16.png",
    "32": "icons/logo32.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "action": {
    "default_icon": {
      "64": "icons/logo64.png",
      "128": "icons/logo128.png",
      "256": "icons/logo256.png",
      "512": "icons/logo512.png"
    }
  },
  "default_locale": "zh_CN",
  "background": {
    "service_worker": "scripts/background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}