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": "clock-extension",
"short_name": "Shows a digital or analogue clock on new tab",
"version": "1.5.2",
"description": "Replaces newtab with analogue clock",
"homepage_url": "https:\/\/iegik.github.io\/clock-extension\/",
"icons": {
"48": "icons\/icon-48.png",
"72": "icons\/icon-72.png",
"96": "icons\/icon-96.png",
"144": "icons\/icon-144.png",
"168": "icons\/icon-168.png",
"192": "icons\/icon-192.png"
},
"chrome_url_overrides": {
"newtab": "background.html"
},
"options_ui": {
"page": "options.html"
},
"web_accessible_resources": [
{
"resources": [
"data\/theme.html",
"data\/theme.svg"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"storage",
"idle"
]
}