Smartcric - New Tab Background

Smartcric - New Tab Background

Smartcric Extention provides you customized Cricket background to your new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Smartcric - New Tab Background",
  "description": "Smartcric Extention provides you customized Cricket background to your new tab.",
  "version": "1.0",
  "homepage_url": "https://techdet.com",
  "chrome_url_overrides": {
    "newtab": "newimg.html"
  },
  "icons": {
    "16": "smartcric-logo.png",
    "48": "smartcric-logo.png",
    "128": "smartcric-logo.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}