Where Am I?

Where Am I?

This extension shows your location and IP address so you can check if your VPN works!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Where Am I?",
  "description": "This extension shows your location and IP address so you can check if your VPN works!",
  "version": "1.0",
  "icons": {
    "16": "assets/img/icon16.png",
    "48": "assets/img/icon48.png",
    "128": "assets/img/icon128.png"
  },
  "browser_action": {
    "default_icon": "assets/img/icon.png",
    "default_popup": "public/popup.html"
  }
}