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", "manifest_version": 3, "name": "IP Address Checker", "version": "1.1", "description": "View the geographical information of any IP, including country, region, city, and more.", "permissions": [ "activeTab" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' https:\/\/cdnjs.cloudflare.com;" }, "web_accessible_resources": [ { "resources": [ "leaflet.js", "leaflet.css", "styles.css", "flags\/*" ], "matches": [ "<all_urls>" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/IP-address-checker.png", "32": "\/images\/IP-address-checker.png", "48": "\/images\/IP-address-checker.png", "128": "\/images\/IP-address-checker.png" } }, "icons": { "16": "\/images\/IP-address-checker.png", "32": "\/images\/IP-address-checker.png", "48": "\/images\/IP-address-checker.png", "128": "\/images\/IP-address-checker.png" } }