Examine source code of Touch Drawing App

Inspect and view changes in Touch Drawing App source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Touch Drawing App",
  "permissions": [
    "fileSystem",
    "fileSystem.write"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "version": "1.2"
}