SA360

SA360

SA360 provides student athletes with digital tools and informational resources that address the unique challenges you face.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SA360",
  "description": "SA360 provides student athletes with digital tools and informational resources that address the unique challenges you face.",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}