Less Boring New Tab

Less Boring New Tab

Redesigned new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Less Boring New Tab",
  "short_name": "LBNT",
  "description": "Redesigned new tab page.",
  "version": "1.3",
  "author": "Alberto Cabeza Cardiel",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon/icon_16.png",
    "48": "img/icon/icon_48.png",
    "128": "img/icon/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon/icon_16.png",
      "48": "img/icon/icon_48.png",
      "128": "img/icon/icon_128.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}