Gameday Classic

Gameday Classic

Redirects MLB Gameday to use Classic mode

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gameday Classic",
  "version": "1.2.6",
  "description": "Redirects MLB Gameday to use Classic mode",
  "background": {
    "scripts": [
      "jquery-1.5.1.js",
      "jquery.scrollTo-1.4.3.1.js",
      "shared.js",
      "prefs.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "page_action": {
    "default_title": "Gameday Classic",
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "http://*.mlb.com/"
  ],
  "options_page": "options.html",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}