Nextplus for PC version - New Tab Background

Nextplus for PC version - New Tab Background

Nextplus for PC Extention provides you customized background to your new tab For Nextplus lovers.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nextplus for PC version - New Tab Background",
  "description": "Nextplus for PC Extention provides you customized background to your new tab For Nextplus lovers.",
  "version": "1.1",
  "homepage_url": "https://nextplusappforpc.blogspot.com/",
  "chrome_url_overrides": {
    "newtab": "newimg.html"
  },
  "icons": {
    "16": "aaa/icon.png",
    "48": "aaa/icon.png",
    "128": "aaa/icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}