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",
"manifest_version": 3,
"name": "New Tab with MoMA",
"description": "Explore MoMA\u2019s collection of modern and contemporary art right from your browser.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.0",
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"permissions": [
"alarms",
"storage"
],
"background": {
"service_worker": "bg-loader.js"
}
}