hexagonTab

hexagonTab

Hexagon bookmarks accented with a chosen colour. Customise the layout, style and background with hexagonTab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "hexagonTab",
  "short_name": "hexagonTab",
  "description": "Hexagon bookmarks accented with a chosen colour. Customise the layout, style and background with hexagonTab.",
  "version": "4.1.0",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon/icon-16.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png",
    "512": "icon/icon-512.png"
  }
}