Refocus

Refocus

Replace new tab with a productivity page containting to-do list,time and weather

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Refocus",
  "author": "Yogesh Gupta",
  "version": "1.0.1",
  "description": "Replace new tab with a productivity page containting to-do list,time and weather",
  "icons": {
    "16": "refocus16.ico",
    "48": "refocus32.ico",
    "128": "refocus48.ico"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}