Light

Light

Light allows you to have cool tabs. It supports many features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Light",
  "version": "1.0",
  "description": "Light allows you to have cool tabs. It supports many features",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_page": "newtab.html",
  "permissions": [
    "bookmarks",
    "history",
    "chrome://favicon/",
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "proxy"
  ],
  "background": {
    "service_workder": "newtab.js"
  },
  "host_permissions": [
    "https://developer.chrome.com/*"
  ]
}