Quick Startpage

Quick Startpage

Advanced Newtab with your bookmarks, apps, tabs and search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Quick Startpage",
  "short_name": "Quick Startpage",
  "description": "__MSG_extDescr__",
  "version": "2.0.3",
  "permissions": [
    "favicon",
    "bookmarks",
    "sessions",
    "storage",
    "unlimitedStorage",
    "topSites",
    "tabs",
    "tabGroups",
    "management"
  ],
  "background": {
    "service_worker": "js/eventpage.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "19": "icon/32.png",
      "38": "icon/32.png"
    },
    "default_title": "Quick Startpage",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "minimum_chrome_version": "90",
  "icons": {
    "32": "icon/32.png",
    "36": "icon/36.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "commands": {
    "toggle-quick-start": {
      "description": "__MSG_commandToggleQuickStart__"
    }
  }
}