MUFC Latest Fixture

MUFC Latest Fixture

This extension provides you with the latest fixture details of Manchester United Football Club.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MUFC Latest Fixture",
  "version": "1.0.3",
  "browser_action": {
    "default_icon": "assets/icon128.png",
    "icons": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "src/popup.html"
  },
  "permissions": [
    "https://www.google.com/*"
  ]
}