Free Australian

Free Australian

Barely worth the effort.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/jquery.min.js",
        "scripts/contentscript.js"
      ],
      "css": [
        "css/style.css"
      ],
      "matches": [
        "http://www.theaustralian.com.au/*",
        "http://webcache.googleusercontent.com/*theaustralian.com.au*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs"
  ],
  "name": "Free Australian",
  "description": "Barely worth the effort.",
  "version": "1.1.1"
}