192.168.1.1

192.168.1.1

Chrome extension that allows to access to 192.168.1.1 with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "192.168.1.1",
  "description": "Chrome extension that allows to access to 192.168.1.1 with just one click.",
  "version": "192.168.1.1",
  "manifest_version": 3,
  "icons": {
    "16": "assets/img/icon16.png",
    "48": "assets/img/icon48.png",
    "128": "assets/img/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}