Pekao Auto Login

Pekao Auto Login

Enjoy autologin to pekao24.pl! Just save your credentials on options page first.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pekao Auto Login",
  "version": "0.2",
  "author": "Nick Osiunin",
  "description": "Enjoy autologin to pekao24.pl! Just save your credentials on options page first.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.pekao24.pl/",
        "https://www.pekao24.pl/MCP/PINVerification.htm",
        "https://www.pekao24.pl/MCP/ThreeDomainSecure.htm",
        "https://www.pekao24.pl/MCP/client/logon/ClientLogon.html",
        "https://www.pekao24.pl/MCP/ClientLogonWebPT.htm",
        "https://www.pekao24.pl/ClientLogon.html"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "options_page": "options.html",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  }
}