Visual Bookmarks Dashboard Firefox

Examine source code of Visual Bookmarks Dashboard

Inspect and view changes in Visual Bookmarks Dashboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Visual Bookmarks Dashboard",
  "short_name": "Visual Bookm",
  "version": "1.0.0",
  "description": "Replaces the new tab page with a visual grid of bookmark folders showing site favicons and previews",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bookmarks_visual_newtab@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best Visual Bookmarks Dashboard Alternatives

Here are some Firefox add-ons that are similar to Visual Bookmarks Dashboard: