Suite360

Suite360

Suite360 provides students, parents, and educators with digital tools and resources that address key non-academic topics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Suite360",
  "description": "Suite360 provides students, parents, and educators with digital tools and resources that address key non-academic topics",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}