The New NX

The New NX

takes users to relative content when a website no longer exists

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Daniel greaves",
  "name": "The New NX",
  "short_name": "the NNX",
  "homepage_url": "https://thenewnx.com",
  "description": "takes users to relative content when a website no longer exists",
  "version": "1.1",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "logo-128.png",
    "default_title": "The New NX "
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "logo-128.png"
  },
  "permissions": [
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}