Huawei Router AX3 Pro

Huawei Router AX3 Pro

Translates the Chinese interface of Huawei Router AX3 Pro. Works offline.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "img/icon_16.png",
    "default_popup": "popup.html",
    "default_title": "Huawei Router AX3 Pro"
  },
  "content_scripts": [
    {
      "css": [
        "css/styles.css"
      ],
      "include_globs": [
        "*://10.*",
        "*://172.*",
        "*://192.*"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "storage"
  ],
  "short_name": "__MSG_shortName__",
  "version": "0.2.7",
  "web_accessible_resources": [
    "lang/*.json",
    "img/*.png",
    "css/*.css"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}