Football News Reader

Football News Reader

A simple extension for reading latest Football news quicker, easier

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Football News Reader",
  "description": "A simple extension for reading latest Football news quicker, easier",
  "version": "1.1.4",
  "icons": {
    "16": "ball.png",
    "48": "ball.png",
    "128": "ball.png"
  },
  "browser_action": {
    "default_icon": "ball.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://newsapi.org/"
  ]
}