Reverse Phone Lookup

Reverse Phone Lookup

Look up the most recent owner and the location of that number.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  }
}