Click on the popup to open the clocks.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_icon": {
"16": "data/icons/16.png",
"32": "data/icons/32.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png"
},
"default_popup": "data/popup/popup.html",
"default_title": "World Clocks"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {}
},
"description": "Click on the popup to open the clocks.",
"homepage_url": "https://mugens-reviews.de/",
"icons": {
"16": "data/icons/16.png",
"32": "data/icons/32.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png",
"128": "data/icons/128.png"
},
"manifest_version": 3,
"name": "World Clocks",
"offline_enabled": true,
"permissions": [
"storage",
"contextMenus"
],
"short_name": "World Clocks",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"version": "1.0"
}