Stats Navigator

Stats Navigator

Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Stats Navigator",
  "description": "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus",
  "version": "1.6.1",
  "action": {
    "default_icon": "statsNavigator.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "statsNavigator.png",
    "32": "statsNavigator.png",
    "48": "statsNavigator.png",
    "128": "statsNavigator.png"
  }
}