 {
  "manifest_version": 2,
  "name": "External IP",
  "version": "10.0.4",
  "description": "Affiche votre adresse IP externe actuelle",
  "homepage_url": "http://easy-pc.org/2016/09/external-ip-extension-pour-voir-votre-ip-externe-dans-firefox.html",
  "icons": {
    "48": "icons/MyIP-48.png",
    "64": "icons/MyIP-64.png"
  },

  "applications": {
    "gecko": {
      "id": "external-ip@mozilla.org",
      "strict_min_version": "45.0"
    }
  },

  "permissions": [
  "*://developer.mozilla.org/*",
  "webRequest"
],

  "content_scripts": {
    
    "matches": ["*://*.mozilla.org/*"],
    "scripts": ["externalip.js", "getip.js"]
},
  

  "browser_action": {
    "default_title": "Options External IP"
  }

}
