Examine source code of Inker

Inspect and view changes in Inker 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inker",
  "description": "Vector graphics editor",
  "version": "0.10.26",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "file_handlers": {
    "drawing": {
      "extensions": [
        "ink"
      ]
    }
  },
  "icons": {
    "16": "logo/inker-icon-16.png",
    "48": "logo/inker-icon-48.png",
    "128": "logo/inker-icon-128.png"
  },
  "permissions": [
    "fileSystem",
    "fileSystem.retainEntries",
    "fileSystem.write",
    "storage",
    "system.display"
  ]
}