Speed Dial 3™

Speed Dial 3™

Speed Dial 3™ offers speed dial, and quick access to your APPS, bookmarks and history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "name": "__MSG_chrome_extension_name__",
  "short_name": "__MSG_chrome_extension_short_name__",
  "description": "__MSG_chrome_extension_description__",
  "version": "1.7.9",
  "browser_action": {
    "default_icon": "img/icon_16.png",
    "default_popup": "pop.html"
  },
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "options_page": "index.html#setting",
  "permissions": [
    "management",
    "history",
    "chrome://favicon/",
    "bookmarks",
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "notifications",
    "topSites",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "background.html",
    "pop.html",
    "redirect.html",
    "index.html"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "manifest_version": 2
}