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": "Toolbar Clock Icon, World Clocks, Alerts & Alarms, Timer, Stopwatch, Notes",
"version": "2.0.1",
"description": "A digital clock that displays the current time in the extension icon. Set World Clocks, Alarms, Timers, Stopwatch, and create Notes.",
"permissions": [
"alarms",
"storage",
"notifications",
"offscreen"
],
"host_permissions": [],
"web_accessible_resources": [
{
"resources": [
"fonts\/Aldrich.woff2",
"fonts\/RedHatText.woff2",
"audio\/*.mp3"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}