Whippy - All in One Communication Platform

Whippy - All in One Communication Platform

Click to text from webpage, CRM or ATS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "48": "assets/whippy_48.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "content.css"
      ],
      "exclude_matches": [
        "*://localhost:*/*",
        "*://*.whippy.co/*"
      ],
      "js": [
        "lodash-debounce.js",
        "libphonenumber-max.js",
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Click to text from webpage, CRM or ATS.",
  "icons": {
    "16": "assets/whippy_16.png",
    "48": "assets/whippy_48.png",
    "128": "assets/whippy_128.png"
  },
  "manifest_version": 3,
  "name": "Whippy - All in One Communication Platform",
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "short_name": "whippy-chrome",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.7"
}