Xero Accounting Auto Reconcile Clicker

Xero Accounting Auto Reconcile Clicker

Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Xero Accounting Auto Reconcile Clicker",
  "description": "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.",
  "version": "1.3.4",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Xero Accounting Auto Clicker",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-16x16.png",
    "32": "icon-32.png",
    "256": "icon-large.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://go.xero.com/BankRec/BankRec.aspx?accountID=*"
      ],
      "js": [
        "background.js"
      ]
    }
  ]
}