Reverse Phone Lookup

Reverse Phone Lookup

Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reverse Phone Lookup",
  "version": "2.3",
  "description": "Perform completely free reverse phone lookup to get full name and location. By the CallerName.com team.",
  "permissions": [
    "storage",
    "https://callername.com/",
    "https://api.callername.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/icon_x16.png",
      "32": "img/icon_x32.png",
      "48": "img/icon_x48.png",
      "128": "img/icon_x128.png"
    }
  },
  "icons": {
    "16": "img/icon_x16.png",
    "32": "img/icon_x32.png",
    "48": "img/icon_x48.png",
    "128": "img/icon_x128.png"
  },
  "manifest_version": 2
}