FRC New Tab

FRC New Tab

New Tab page to display information about a random FRC team.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FRC New Tab",
  "short_name": "FRCNewTab",
  "description": "New Tab page to display information about a random FRC team.",
  "icons": {
    "128": "res/img/128.png"
  },
  "version": "1.6.5",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "54.0"
    }
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}