3XFocus - Custom StartPage & Dashboard

3XFocus - Custom StartPage & Dashboard

While this startpage extension is designed for followers of the 3XFocus concept it can help anyone who just wants a more efficient…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "3XFocus - Custom StartPage & Dashboard",
  "version": "1.2",
  "action": {
    "default_popup": "index.html",
    "default_icon": "assets/images/icon16.png"
  },
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "permissions": [
    "storage",
    "bookmarks",
    "topSites"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/search-handler.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}