192.168.1.1 | Router Login Admin

192.168.1.1 | Router Login Admin

Simple use of 192.168.1.1 to log in to the router for management and configuration.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "192.168.1.1 | Router Login Admin",
  "description": "Simple use of 192.168.1.1 to log in to the router for management and configuration.",
  "version": "1.0.0",
  "action": {
    "default_title": "192.168.1.1"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icons/logo_16.png",
    "32": "icons/logo_32.png",
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}