TabMark - NewTab Speed Dial Extension

TabMark - NewTab Speed Dial Extension

The best replacement for the New Tab page with speed dials & search box

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "TabMark 5",
  "description": "__MSG_extDescription__",
  "version": "5.0.13",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://apis.google.com/ https://cdnjs.cloudflare.com/ 'unsafe-eval'; object-src 'self'",
  "homepage_url": "http://tabmark.me",
  "background": {
    "page": "index.html?bg"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "16": "img/16.png",
      "32": "img/32.png"
    },
    "default_title": "TabMark",
    "default_popup": "index.html?browserAction"
  },
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "permissions": [
    "<all_urls>",
    "management",
    "history",
    "tabs",
    "topSites",
    "unlimitedStorage",
    "sessions",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html?newtab"
  }
}