FRC Search

FRC Search

FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FRC Search",
  "version": "1.0.2",
  "description": "FRC Search is a chrome extension that allows you to search for FRC teams and events from the comfort of your browser.",
  "author": "Bardia Ramez",
  "website": "https://bardiaramez.net/",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "FRC Search"
  },
  "icons": {
    "16": "./assets/img/icon.png",
    "32": "./assets/img/icon.png",
    "48": "./assets/img/icon.png",
    "128": "./assets/img/icon.png"
  }
}