Sporting Update

Sporting Update

This extension will get team results, news, and standings as fast as you can click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sporting Update",
  "description": "This extension will get team results, news, and standings as fast as you can click",
  "version": "0.0.0.2",
  "browser_action": {
    "default_icon": {
      "19": "foamfinger19.png",
      "38": "foamfinger38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "foamfinger16.png",
    "48": "foamfinger48.png",
    "128": "foamfinger96.png"
  },
  "short_name": "SportUpdate",
  "permissions": [
    "activeTab"
  ]
}