Denwa Click-To-Call

Denwa Click-To-Call

Search phone numbers on the page, so you can click them to dial with Denwa

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "Denwa Click-To-Call",
  "version": "1.0.4",
  "description": "__MSG_extDescription__",
  "background": {
    "persistent": true,
    "scripts": [
      "jquery-2.0.3.min.js",
      "base64.js",
      "options.js",
      "background.js"
    ]
  },
  "options_page": "options.html",
  "page_action": {
    "default_icon": "denwa-19.png",
    "default_title": "__MSG_extPageActionTitle__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-2.0.3.min.js",
        "jquery.ba-replacetext.min.js",
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "icons": {
    "128": "denwa-128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "jquery-2.0.3.min.js",
    "jquery.ba-replacetext.min.js",
    "denwa-48.png",
    "close.png",
    "phone-48-on.png",
    "edit-icon.png",
    "checkmark.png"
  ],
  "default_locale": "en",
  "manifest_version": 2
}