Yay! Another Speed dial!

Yay! Another Speed dial!

A cool and highly customizable Speed Dial focused on style and simplicity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "59.0"
    }
  },
  "name": "Yay! Another Speed dial!",
  "version": "1.5.2.1",
  "author": "Loïc",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/[email protected]"
  },
  "background": {
    "page": "/index.html?page=background"
  },
  "browser_action": {
    "default_icon": "icons/icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "downloads",
    "bookmarks",
    "unlimitedStorage"
  ]
}