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",
"name": "Tab Trends",
"version": "2.3",
"description": "Transform your new tab into a window to the world with the latest Google Trends!",
"manifest_version": 3,
"options_page": "options.html",
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "trends.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
}
}