Baseball Dash - Baseball MLB New Tab Page

Baseball Dash - Baseball MLB New Tab Page

Install Baseball MLB to get HD Baseball Wallpapers, Baseball MLB News and More.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Baseball Dash - Baseball MLB New Tab Page",
  "short_name": "Baseball Dash",
  "version": "1.0.2",
  "description": "Install Baseball MLB to get HD Baseball Wallpapers, Baseball MLB News and More.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "sport.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://sportextensions.com https://clients1.google.com 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": false,
  "browser_action": {
    "default_title": "Baseball Dash - Baseball MLB New Tab Page"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "alternate_urls": [],
      "encoding": "UTF-8",
      "favicon_url": "https://mlb.sportextensions.com/favicon.png",
      "instant_url": "https://sportextensions.com/search/?v=1.0.0&q={searchTerms}",
      "instant_url_post_params": "",
      "is_default": true,
      "keyword": "Search",
      "name": "Baseball Search",
      "search_url": "https://sportextensions.com/search/?v=1.0.0&q={searchTerms}",
      "search_url_post_params": "",
      "suggest_url": "https://sportextensions.com/suggest/?v=1.0.0&q={searchTerms}"
    }
  },
  "permissions": [
    "storage",
    "cookies",
    "unlimitedStorage",
    "*://sportextensions.com/*",
    "*://*.sportextensions.com/*",
    "geolocation"
  ]
}