Inspect and view changes in IP Tools 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
{
"name": "IP Tools",
"version": "1.0.1",
"description": "IP Tools for the Sidebar. IP lookup, IP Blacklist Check and other IP Tools.",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"strict_min_version": "54.0a1"
}
},
"sidebar_action": {
"default_icon": "icons/icon.svg",
"default_title": "IP Tools",
"default_panel": "sidebar/panel.html"
},
"permissions": [
"storage",
"tabs"
],
"commands": {
"_execute_sidebar_action": {
"suggested_key": {
"default": "Ctrl+Shift+I"
}
}
}
}