The Shovel's Political Translator

The Shovel's Political Translator

Get the real news behind the doublespeak with the Shovel's Australian politics translator for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Shovel's Political Translator",
  "description": "Get the real news behind the doublespeak with the Shovel's Australian politics translator for Chrome",
  "version": "0.1",
  "icons": {
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/*",
        "*://www.news.com.au/*",
        "*://www.smh.com.au/*",
        "*://media.smh.com.au/*",
        "*://www.watoday.com.au/*",
        "*://www.brisbanetimes.com.au/*",
        "*://www.google.com.au/*",
        "*://www.google.com/*",
        "*://news.google.com/*",
        "*://news.google.com.au/*",
        "*://www.heraldsun.com.au/*",
        "*://www.theaustralian.com.au/*",
        "*://www.dailytelegraph.com.au/*",
        "*://www.couriermail.com.au/*",
        "*://www.theadvertiser.com.au/*",
        "*://www.perthnow.com.au/*",
        "*://www.ntnews.com.au/*",
        "*://www.themercury.com.au/*",
        "*://www.domain.com.au/*",
        "*://www.afr.com/*",
        "*://www.businessday.com.au/*",
        "*://www.brw.com.au/*",
        "*://www.thevine.com.au/*",
        "*://www.canberratimes.com.au/*",
        "*://www.illawarramercury.com.au/*",
        "*://www.theherald.com.au/*",
        "*://www.warrnamboolstandard.com.au/*",
        "*://www.abc.net.au/*",
        "*://www.skynews.com.au/*",
        "*://www.theguardian.com/*",
        "*://www.9news.com.au/*",
        "*://au.news.yahoo.com/*",
        "*://www.sbs.com.au/*",
        "*://theconversation.com/*",
        "*://www.huffingtonpost.com.au/*",
        "*://thewest.com.au/*",
        "*://thenewdaily.com.au/*",
        "*://www.australianpolitics.com/*",
        "*://independentaustralia.net/*",
        "*://www.crikey.com.au/*",
        "*://www.businessspectator.com.au/*",
        "*://mumbrella.com.au/*",
        "*://www.australia.gov.au/*",
        "*://thenextweb.com/*",
        "*://www.gizmodo.com.au/*",
        "*://www.bbc.com/*",
        "*://www.ninemsn.com.au/*",
        "*://theaimn.com/*",
        "*://www.twitter.com/*",
        "*://twitter.com/*",
        "*://twitter.co/*",
        "*://www.alp.org.au/*",
        "*://en.wikipedia.org/*",
        "*://www.liberal.org.au/*",
        "*://greens.org.au/*",
        "*://themonthly.com.au/*",
        "*://www.mamamia.com.au/*",
        "*://mumbrella.com.au/*",
        "*://nine.com.au/*",
        "*://tenplay.com.au/*",
        "*://www.weeklytimesnow.com.au/*",
        "*://www.reddit.com/australia*",
        "*://www.reddit.com/sydney*",
        "*://www.reddit.com/melbourne*",
        "*://www.yahoo.com/*",
        "*://www.yahoo.com.au/*",
        "*://*.org.au/*",
        "*://*.gov.au/*"
      ],
      "exclude_globs": [
        "*://*.css*",
        "*://*.js*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}