HKÜ auto login

HKÜ auto login

save your info to login automaticly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HKÜ auto login",
  "version": "0.1.1",
  "description": "save your info to login automaticly",
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "js": [
        "background.js"
      ],
      "matches": [
        "http://10.100.0.1:1000/*"
      ]
    }
  ],
  "icons": {
    "16": "hku-logo.png",
    "48": "hku-logo.png",
    "128": "hku-logo.png"
  }
}