Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Healthy Newtab - Hydration Tracker",
"short_name": "Healthy Newtab",
"version": "1.0.3",
"description": "Use the Healthy Newtab extension to search directly from a new tab.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"action": {
"browser_style": false,
"default_icon": "icons\/128.png",
"default_title": "Nature-Newtab"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"topSites",
"storage"
]
}