Opal Miner

Opal Miner

Exports Opal card data so you can view it in your calendar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Opal Miner",
  "description": "Exports Opal card data so you can view it in your calendar.",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "https://www.opal.com.au/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}