New Tab

New Tab

Cool customized New Tab must try once with Clock , Wallpaper , Jokes , WorldNews

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "New Tab",
  "version": "0.0.4",
  "author": "shekhar",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "ok.png"
  },
  "description": "Cool customized New Tab must try once with Clock , Wallpaper , Jokes , WorldNews",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}