Contacts

Contacts

Bring Google Contacts front and center with this handy shortcut.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "options_page": "options.html",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "12.3.9",
  "manifest_version": 2,
  "icons": {
    "16": "imgs/icon_16.png",
    "48": "imgs/icon_48.png",
    "64": "imgs/icon_64.png",
    "128": "imgs/icon_128.png",
    "256": "imgs/icon_256.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "imgs/icon_128.png",
    "default_title": "__MSG_extName__"
  },
  "commands": {
    "open-google": {
      "description": "__MSG_extDesc__",
      "suggested_key": {
        "default": "Ctrl+Shift+C"
      }
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+C"
      }
    }
  }
}