NetGoLynx

NetGoLynx

Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NetGoLynx",
  "version": "0.2",
  "description": "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.",
  "homepage_url": "https://github.com/Cellivar/NetGoLynx",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://go/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/icon16.png",
      "48": "/images/icon48.png",
      "128": "/images/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "/images/icon16.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  }
}