Spiral Student - Chrome App

Spiral Student - Chrome App

Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Spiral Student - Chrome App",
  "short_name": "Spiral Student",
  "description": "Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices.",
  "version": "1.0",
  "icons": {
    "128": "spiral-icon-transparent-128.png"
  },
  "app": {
    "urls": [
      "https://spiral.ac/student"
    ],
    "launch": {
      "web_url": "https://spiral.ac/student"
    }
  }
}