Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "mortality.html"
},
"web_accessible_resources": [
{
"resources": [
"css\/*.woff2"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"description": "A New Tab extension that reminds you of your mortality. It's supposed to be motivational.",
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"manifest_version": 3,
"name": "Mortality - Death Clock - New Tab",
"short_name": "Mortality",
"offline_enabled": true,
"version": "5.2.4"
}