World Jr. Spoiler Alerter

World Jr. Spoiler Alerter

The World Jr. Spoiler Alerter scans sites and warns you if they contain content that may reveal the result of the game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "World Jr. Spoiler Alerter",
  "version": "1.1",
  "manifest_version": 2,
  "description": "The World Jr. Spoiler Alerter scans sites and warns you if they contain content that may reveal the result of the game.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "images/siren-19.png",
    "default_title": "Spoiler alert!"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.js",
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "48": "images/siren-48.png",
    "128": "images/siren-128.png"
  },
  "web_accessible_resources": [
    "fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot",
    "fonts/5fdc935e-9e30-442a-bbe9-8d887b858471.woff",
    "fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf",
    "fonts/c901ad5f-a842-4549-a1f4-583a97f7e169.svg",
    "fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot",
    "fonts/fb754dec-aa8f-444c-be48-868464c47ab0.woff",
    "fonts/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf",
    "fonts/c573d9d0-0726-4b95-aeee-fb621a299563.svg",
    "images/bg_ice.jpg",
    "images/siren.png",
    "images/btn_takemeaway.png",
    "images/bg_gradient.jpg",
    "images/logo_hockeycanada.png",
    "images/logo_teamcanada.png",
    "images/logo_canadian.png"
  ]
}