Soundline ClickToCall

Soundline ClickToCall

Call the selected number using your Soundline Account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Soundline ClickToCall",
  "short_name": "Soundline C2C",
  "description": "Call the selected number using your Soundline Account",
  "version": "1.0",
  "minimum_chrome_version": "38",
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "https://portal.soundline.io/*",
    "https://localhost:44300/*"
  ],
  "icons": {
    "16": "assets/16Logo.png",
    "48": "assets/48Logo.png",
    "128": "assets/128Logo.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}