TwoSided

TwoSided

See the same article from the opposite side of the political spectrum

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TwoSided",
  "version": "0.0.0.1",
  "description": "See the same article from the opposite side of the political spectrum",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "logo-twosided.png",
    "default_popup": "popup.html",
    "default_title": "See another side"
  }
}