Shimmy States

Shimmy States

Hillary likes when she's leading in the polls-plus forecast. Hover over a blue state to see her shimmy!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shimmy States",
  "description": "Hillary likes when she's leading in the polls-plus forecast. Hover over a blue state to see her shimmy!",
  "icons": {
    "128": "icon-128.png"
  },
  "version": "1",
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "inject.js"
      ],
      "matches": [
        "http://*.fivethirtyeight.com/2016-election-forecast/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/*",
    "content.js"
  ],
  "permissions": [
    "tabs"
  ]
}