These powerful lessons and tips can serve as a daily reminder for people while they’re searching the web
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Life Hacks",
"short_name": "Life Hacks",
"version": "1.0.2",
"description": "These powerful lessons and tips can serve as a daily reminder for people while they’re searching the web",
"icons": {
"64": "icons/64.png"
},
"action": {
"browser_style": false,
"default_title": "Life Hacks"
},
"chrome_url_overrides": {
"newtab": "new-tab.html"
}
}