New tab for Hue

New tab for Hue

Control your Philips Hue smart home lighting system right from the comfort of your browsers new tab page, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/service_worker.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Control your Philips Hue smart home lighting system right from the comfort of your browsers new tab page, and more!",
  "manifest_version": 3,
  "name": "New tab for Hue",
  "omnibox": {
    "keyword": "."
  },
  "version": "0.0.10",
  "optional_permissions": [
    "bookmarks"
  ]
}