Awesome IP Finder

Awesome IP Finder

Provides your current ip address, city, postal, weather forecast. You can also query other ip address.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Awesome IP Finder",
  "description": "Provides your current ip address, city, postal, weather forecast. You can also query other ip address.",
  "version": "1.1resigned1",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon.png",
      "38": "icon.png"
    },
    "default_title": "Awesome IP Finder"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c25c5eb-afcc-4bc6-a363-7c97ae94b2a6}"
    }
  }
}