Get-My-IP

Get-My-IP

Display your IP Address in only one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extTitle__",
  "version": "1.1.0",
  "author": "__MSG_extAuthor__",
  "description": "__MSG_extDescription__",
  "content_security_policy": "default-src 'self' https://www.get-my-ip.com",
  "browser_action": {
    "default_title": "Get-My-IP",
    "default_icon": "icon-get-my-ip-128.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon-get-my-ip-16.png",
    "48": "icon-get-my-ip-48.png",
    "128": "icon-get-my-ip-128.png",
    "512": "icon-get-my-ip.png"
  },
  "default_locale": "fr"
}