Bee Hive

Bee Hive

Customize your new tab page with this beautliful design.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bee Hive",
  "short_name": "BeeHive",
  "description": "Customize your new tab page with this beautliful design.",
  "manifest_version": 3,
  "version": "4.0.9",
  "permissions": [
    "storage",
    "bookmarks"
  ],
  "chrome_url_overrides": {
    "newtab": "html/np.html"
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "host_permissions": [
    "*://beehivetab.com/*"
  ]
}