Pray to Fart

Pray to Fart

Fun for the whole family

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pray to Fart",
  "version": "1.0",
  "description": "Fun for the whole family",
  "icons": {
    "16": "images/iconsmall.png",
    "48": "images/iconmed.png",
    "128": "images/iconbig.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "myscript.js"
      ],
      "run_at": "document_end"
    }
  ]
}