Bookmarks new tab (simple) Firefox

Examine source code of Bookmarks new tab (simple)

By: Txus
Inspect and view changes in Bookmarks new tab (simple) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmarks new tab (simple)",
  "version": "0.0.2",
  "author": "Txus MS",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "A Fast and Light weight new tab (Fork from React new tab).",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "icons": {
    "48": "icons/icon_48.png",
    "96": "icons/icon_96.png"
  }
}

Best Bookmarks new tab (simple) Alternatives

Here are some Firefox add-ons that are similar to Bookmarks new tab (simple):