LiteExtention

LiteExtention

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "LiteExtention",
  "version": "1.1",
  "description": "LiteExtention 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://*/*"
  ],
  "background": {
    "service_workder": "js/background.js"
  },
  "host_permissions": [
    "https://developer.chrome.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}