Whats My IP

Whats My IP

This Extension is for Checking IP

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Whats My IP",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "This Extension is for Checking IP",
  "homepage_url": "http://ipfinder.pollstacks.com/",
  "icons": {
    "16": "icons/browser.png"
  },
  "background": {
    "scripts": [
      "backgroundPages/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/logo.png",
    "default_title": "Whats My IP",
    "default_popup": "browserAction/popup.html",
    "js": "browserAction/popup.js",
    "css": "browserAction/popup.css"
  }
}