Star2Star Browser Extension

Star2Star Browser Extension

Star2Star Browser Extension for Firefox detects phone numbers on web pages and converts them to links that allow you to quickly make calls in the Star2Star Application Framework.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Star2Star Browser Extension",
  "version": "2.0.0",
  "description": "Star2Star Browser Extension for Firefox detects phone numbers on web pages and converts them to links that allow you to quickly make calls in the Star2Star Application Framework.",
  "icons": {
    "48": "data/icon48.png"
  },
  "applications": {
    "gecko": {
      "id": "jid1-UBQYqAygnYzf1Q@jetpack"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "click2Dial.js"
      ]
    }
  ]
}