Nextplus For PC Windows 10 NT

Nextplus For PC Windows 10 NT

NT= New tab, Nextplus For pc is available for chrome web store just install it and change your chrome look with this.

Merlin
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 Windows 10 NT",
  "version": "0.1",
  "description": "NT= New tab, Nextplus For pc is available for chrome web store just install it and change your chrome look with this.",
  "action": {
    "default_icon": "images/icon128.png"
  },
  "author": "AB",
  "default_locale": "en",
  "background": {
    "service_worker": "background-service.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "bookmarks",
    "unlimitedStorage",
    "storage",
    "alarms"
  ]
}