Hermes Hack

Hermes Hack

Add a button to the hermes site to confirm all parcels.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hermes Hack",
  "description": "Add a button to the hermes site to confirm all parcels.",
  "version": "1.0",
  "content_scripts": [
    {
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "*://www.mycouriersonline.co.uk/CouriersOnline/manifest.htm"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ],
  "web_accessible_resources": [
    "workingScript.js"
  ]
}