Who's winning?

Who's winning?

Displays current 538 predictions for the US presidential election in new tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Who's winning?",
  "version": "0.1",
  "description": "Displays current 538 predictions for the US presidential election in new tabs",
  "author": "Akollek",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}