Football Highlights

Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Football Highlights",
  "version": "1",
  "manifest_version": 2,
  "description": "Missed your favourite Soccer game? Now watch the highlights.",
  "browser_action": {
    "default_icon": "img/48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/lib.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "notifications",
    "http://www.sshd1.com.com/news/",
    "http://feeds.feedburner.com/"
  ],
  "web_accessible_resources": [
    "48.png"
  ]
}