Random Contact

Random Contact

Choose randomly from your Google star contacts !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Random Contact",
  "version": "1.4",
  "description": "Choose randomly from your Google star contacts !",
  "author": "appThémis",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Random contact",
    "default_icon": "i.png"
  },
  "oauth2": {
    "client_id": "225326491369-092tou69q6lfksjouog8la2frsbd94p9.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/contacts.readonly"
    ]
  },
  "permissions": [
    "identity",
    "https://people.googleapis.com/"
  ]
}