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": "World Clock & Timezone Converter",
"version": "1.5.4",
"description": "A beautiful world clock dashboard for your new tab. Instant conversion between timezones!",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png",
"192": "icon_192.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"identity"
],
"oauth2": {
"client_id": "1036374323793-9jjjpvqn296r8fosrke753bju7734rmp.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"host_permissions": [
"https:\/\/*.firebaseapp.com\/*",
"https:\/\/*.googleapis.com\/*",
"https:\/\/accounts.google.com\/*",
"https:\/\/oauth2.googleapis.com\/*",
"https:\/\/www.googleapis.com\/oauth2\/v1\/userinfo"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https:\/\/*.firebaseapp.com https:\/\/*.googleapis.com https:\/\/accounts.google.com https:\/\/oauth2.googleapis.com https:\/\/www.googleapis.com; default-src 'self'; img-src 'self' data: https:\/\/*.googleusercontent.com; base-uri 'none'; form-action 'none'; frame-ancestors 'none'"
},
"web_accessible_resources": [
{
"resources": [
"src\/assets\/css\/*.css",
"src\/assets\/fonts\/*.woff2",
"icon_*.png",
"data\/*.json"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"48": "icon_48.png",
"128": "icon_128.png"
}
}
}