Best Homepage Ever: Chrome Tab Page Launcher

Best Homepage Ever: Chrome Tab Page Launcher

Bring your Chrome tabs to life with beautiful backgrounds, website organization, and a personalized experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Best Homepage Ever: Chrome Tab Page Launcher",
  "author": "Justin Carver",
  "description": "Bring your Chrome tabs to life with beautiful backgrounds, website organization, and a personalized experience.",
  "version": "1.4.0",
  "icons": {
    "128": "images/128x128.png"
  },
  "action": {
    "default_icon": {
      "128": "images/128x128.png"
    },
    "default_popup": "bhe.html",
    "default_title": "BestHomepageEver"
  },
  "chrome_url_overrides": {
    "newtab": "bhe.html"
  }
}