Age Guardian

Age Guardian

Redirects you to the Guardian Australia if you habitually visit The Age. Live a less advertorial life.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Age Guardian",
  "version": "1.0",
  "description": "Redirects you to the Guardian Australia if you habitually visit The Age. Live a less advertorial life.",
  "icons": {
    "16": "ag-16.png",
    "48": "ag-48.png",
    "128": "ag-128.png"
  },
  "background": {
    "scripts": [
      "ageguard.js"
    ]
  },
  "permissions": [
    "webRequest",
    "*://theage.com.au/*",
    "*://www.theage.com.au/*",
    "webRequestBlocking"
  ]
}