RClick Call

RClick Call

Make phone calls by highlighting phone numbers on any web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RClick Call",
  "short_name": "RClick Call",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.2",
  "icons": {
    "512": "rclickcall-logo-nbg-blue.png"
  },
  "browser_action": {
    "default_icon": "rclickcall-logo-nbg-black.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "identity",
    "contextMenus",
    "http://localhost:8080/*"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "oauth2": {
    "client_id": "332294698784-cne9mea3hpatr7ftit8jbvfvdt1cofu1.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}