Inspect and view changes in IP Info Explorer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "IPINFO",
"version": "1.3",
"description": "Get IP infos",
"icons": {
"32": "icons/icon-32.png"
},
"browser_action": {
"default_icon": "icons/icon-32.png",
"default_title": "IP Info",
"default_popup": "index.html"
}
}