Shake-a-tron

Shake-a-tron

Let's shake it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shake-a-tron",
  "version": "1.0",
  "description": "Let's shake it!",
  "icons": {
    "16": "icon-24.png",
    "48": "icon-50.png",
    "128": "icon-100.png"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "jquery-2.0.2.min.js",
        "shake.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}