Fitocracy Prop Bomber

Fitocracy Prop Bomber

Prop bomb everyone on the current page with a single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fitocracy Prop Bomber",
  "version": "1.0.1",
  "description": "Prop bomb everyone on the current page with a single click",
  "author": "Rob Garrison",
  "manifest_version": 2,
  "homepage_url": "http://github.com/Mottie/FitocracyPropBomber",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "js": [
        "props.js"
      ],
      "matches": [
        "https://www.fitocracy.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "19": "icon19.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}