Seesaw: The Learning Journal

Seesaw is a student-driven digital portfolio that empowers students to independently document what they are learning at school.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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/"
    }
  }
}