MYGNRFORUM (Izzy Banner)

MYGNRFORUM (Izzy Banner)

Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "mygnrforumizzy",
  "name": "MYGNRFORUM (Izzy Banner)",
  "version": "1.0",
  "description": "Replaces the Guns N Roses banner on mygnrforum.com with an Izzy Stradlin banner",
  "author": "@chopaway",
  "content_scripts": [
    {
      "css": [
        "izzy.css"
      ],
      "matches": [
        "*://www.mygnrforum.com/*"
      ],
      "js": [
        "jquery.js",
        "izzy.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}