Smart Dials for the 'new tab page'

Smart Dials for the 'new tab page'

Override the 'new tab page' with a smart grid system that adapts to your habits. The more you use it the smarter it gets!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/min/background.min.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-add19.png",
      "38": "images/icon-add38.png"
    },
    "default_title": "Add this page as dial"
  },
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "description": "Override the 'new tab page' with a smart grid system that adapts to your habits. The more you use it the smarter it gets!",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Smart Dials for the 'new tab page'",
  "omnibox": {
    "keyword": "dial"
  },
  "permissions": [
    "webRequest",
    "storage",
    "tabs",
    "topSites",
    "history",
    "bookmarks",
    "management",
    "identity",
    "*://getpocket.com/*",
    "*://*.getpocket.com/*",
    "*://*.feedly.com/*",
    "*://*/*"
  ],
  "short_name": "Smart Dials",
  "version": "1.2"
}