Inspect and view changes in IP Getter 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": "IP Getter",
"version": "1.0",
"description": "Getting the IP address of the site.",
"homepage_url": "https://github.com/Hazardooo/ip-getter",
"icons": {
"48": "icons/icon48.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_title": "Get site ip",
"default_popup": "popup/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{1c0575dc-870a-4ecc-a555-713bdeded888}"
}
}
}