Woocontacts - Your Personal Contact Manager

Woocontacts - Your Personal Contact Manager

The simple and intuitive way to manage your contacts. Save people from LinkedIn in a click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Woocontacts - Your Personal Contact Manager",
  "description": "The simple and intuitive way to manage your contacts. Save people from LinkedIn in a click.",
  "version": "1.5.0",
  "icons": {
    "16": "images/logo-16x16.png",
    "48": "images/logo-48x48.png",
    "128": "images/logo-128x128.png"
  },
  "browser_action": {
    "default_icon": "images/logo-128x128.png",
    "default_popup": "popup.html",
    "default_title": "Woocontacts"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persitent": false
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://*.woocontacts.co/*",
    "http://*.woocontacts.co/*"
  ],
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://*.woocontacts.co/*",
        "http://*.woocontacts.co/*"
      ]
    }
  ]
}