No Speed Dial

No Speed Dial

NoSpeedDial - open a new tab without Speed Dial

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "noSpeedDial_bg.js",
      "jquery-1.11.1.min.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "content_scripts": [
    {
      "css": [
        "aboutHome.css"
      ],
      "js": [
        "noSpeedDial_cs.js",
        "jquery-1.11.1.min.js"
      ],
      "matches": [
        "http://nenkfddcinieejhaipddbmdpkhajbpff/*"
      ]
    }
  ],
  "description": "NoSpeedDial - open a new tab without Speed Dial",
  "icons": {
    "128": "no_entry.png"
  },
  "manifest_version": 2,
  "name": "No Speed Dial",
  "permissions": [
    "tabs"
  ],
  "version": "2.1.0"
}