CallHippo-Virtual Phone System

CallHippo-Virtual Phone System

CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CallHippo-Virtual Phone System",
  "version": "1.1.9",
  "description": "CallHippo - Cloud based Virtual Phone Systems for Small Business | make a call from anywhere",
  "homepage_url": "https://callhippo.com/",
  "icons": {
    "16": "callhippo.png",
    "48": "callhippo_48.png",
    "128": "callhippo_128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "CallHippo-Virtual Phone System"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.2.0.min.js",
        "getNumberinfo.js",
        "area_codes.min.js",
        "utils.js",
        "content.js"
      ],
      "css": [
        "flags.min.css",
        "style.css"
      ],
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "callhippo.png",
        "callhippo_sms.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}