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": "Current country icon",
"version": "1.0",
"description": "Updates the extension's icon to your country's flag (from local files) based on your IP geolocation, checked every minute.",
"permissions": [
"alarms"
],
"host_permissions": [
"https:\/\/ipapi.co\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons\/default_16.png",
"32": "icons\/default_32.png",
"48": "icons\/default_48.png",
"128": "icons\/default_128.png"
}
}
}