Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IP Address - Discover Your Location",
"version": "2.0.0",
"manifest_version": 3,
"description": "Chrome extension identifies and displays your current IP address, the associated country, city, and even your country's flag.",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pjcgifcabkihapfjdknalkbmmiodmapn\/",
"host_permissions": [
"https:\/\/net.info.az\/*",
"https:\/\/api.net.info.az\/*"
],
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"service_worker": "content.js"
},
"permissions": [
"tabs",
"storage"
],
"action": {
"default_title": "net.info.az",
"default_popup": "window.html",
"default_icon": {
"16": "icons\/logo_16.png",
"32": "icons\/logo_32.png",
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
}
},
"icons": {
"16": "icons\/logo_16.png",
"32": "icons\/logo_32.png",
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
}
}