Donut@Home for ZLT S10

Donut@Home for ZLT S10

Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Donut@Home for ZLT S10",
  "description": "Unlocking the full features of Smart@Home LTE Wireless Router for model ZLT S10.",
  "version": "1.0.1",
  "icons": {
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://192.168.8.1/index.html?t=*"
      ],
      "js": [
        "/resources/scripts/jquery.js",
        "/scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/resources/images/*"
  ]
}