Seesaw: The Learning Journal

Seesaw: The Learning Journal

Seesaw is a student-driven digital portfolio that empowers students to independently document what they are learning at school.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Seesaw: The Learning Journal",
  "short_name": "Seesaw",
  "description": "Seesaw is a student-driven digital portfolio that empowers students to independently document what they are learning at school.",
  "version": "2.0",
  "manifest_version": 2,
  "icons": {
    "128": "logo.png"
  },
  "app": {
    "urls": [
      "https://app.seesaw.me/"
    ],
    "launch": {
      "web_url": "https://app.seesaw.me/"
    }
  }
}