Newtab.urlEX (Custom new tab & bookmark browser)

Newtab.urlEX (Custom new tab & bookmark browser)

Customize and override your new tab page with your own URL or a searchable bookmark browser! (Restores browser.newtab.url / bookmarksPanel.xul functionality)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "newtab.urlEX",
  "version": "0.3.3resigned1",
  "developer": {
    "name": "M Wu",
    "url": "https://www.github.com/mgwio"
  },
  "description": "Restores custom new-tab functionality (\"browser.newtab.url\"-like)",
  "applications": {
    "gecko": {
      "id": "@newtaburlex",
      "strict_min_version": "55.0"
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "64": "icons/icon64.png"
  },
  "background": {
    "scripts": [
      "tabmon.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "chrome_url_overrides": {
    "newtab": "./nt.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "sessions",
    "browserSettings",
    "bookmarks"
  ]
}