Easy Speed Dial

Easy Speed Dial

Easy Speed Dial replaces the new tab page with a colorful grid of your bookmarks and folders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy Speed Dial",
  "version": "2.9",
  "permissions": [
    "bookmarks",
    "storage",
    "unlimitedStorage"
  ],
  "description": "Easy Speed Dial replaces the new tab page with a colorful grid of your bookmarks and folders.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png",
    "1024": "icons/1024.png"
  },
  "author": "Lucas Everett",
  "homepage_url": "https://easyspeeddial.com"
}