Contaxio

Contaxio

Click the Contaxio button in the toolbar and search for your contacts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Contaxio",
  "version": "2.2",
  "description": "Click the Contaxio button in the toolbar and search for your contacts.",
  "browser_action": {
    "default_title": "Contaxio",
    "default_icon": "favicon.png",
    "default_popup": "contaxio.html"
  },
  "icons": {
    "16": "favicon.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "http://contax.io/*",
    "https://contax.io/*"
  ],
  "options_page": "options.html",
  "manifest_version": 2
}