Tap Tap - no need to add number

Tap Tap - no need to add number

This is an extension that allows you to start texting a number on the web application with the least amount of steps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tap Tap - no need to add number",
  "short_name": "TT",
  "description": "This is an extension that allows you to start texting a number on the web application with the least amount of steps.",
  "version": "0.0.3",
  "minimum_chrome_version": "38",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ipinfo.io; object-src 'self'"
}