Contact Editor for Google Contacts

Contact Editor for Google Contacts

Edit your contact in a spreadsheet format. You can edit multiple contacts at single action.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "ContactEditor",
  "version": "0.0.1.0036",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "static/image/favicon/favicon-g.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "static/image/favicon/favicon-g.png",
    "48": "static/image/favicon/favicon-g.png",
    "128": "static/image/favicon/favicon-g.png"
  },
  "web_accessible_resources": [
    "static/image/favicon/favicon.png"
  ]
}