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": "__MSG_appName__",
"version": "1.0.2",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"permissions": [
"notifications"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images\/whois-ip-lookup-16x16.png",
"32": "images\/whois-ip-lookup-32x32.png",
"48": "images\/whois-ip-lookup-48x48.png",
"128": "images\/whois-ip-lookup-128x128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/flags\/*.png",
"images\/*.png"
],
"matches": [
"<all_urls>"
]
}
]
}