Fast Dial

Fast Dial

Fast Dial for «Google Chrome» - Visual bookmarks for new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "1.1.1",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "fastdial.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "Fast Dial",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "optional_permissions": [
    "background"
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "bookmarks",
    "storage",
    "unlimitedStorage",
    "topSites",
    "management",
    "contextMenus",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "fastdial.html"
  ]
}