Life Hacks

Life Hacks

These powerful lessons and tips can serve as a daily reminder for people while they’re searching the web

Merlin
Additional files are visible only to premium users

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"
  }
}