Jamboard

Create and edit Jams
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": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "335078253515",
  "manifest_version": 2,
  "version": "0.2",
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "64": "icon_64.png",
    "128": "icon_128.png",
    "256": "icon_256.png"
  },
  "app": {
    "launch": {
      "web_url": "https://jamboard.google.com"
    }
  }
}