Displays current time in Argentina.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "__MSG_name__",
"short_name": "__MSG_short_name__",
"version": "0.0.1.9",
"default_locale": "en",
"description": "__MSG_description__",
"manifest_version": 3,
"permissions": [
"storage",
"alarms"
],
"background": {
"service_worker": "serviceWorker.js"
},
"minimum_chrome_version": "88",
"action": {
"default_title": "__MSG_short_name__",
"default_icon": {
"128": "images/_icon.png"
}
},
"icons": {
"128": "images/_icon.png"
}
}