Examine source code of Einked Vector Graphics Editor

Inspect and view changes in Einked Vector Graphics Editor 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": "Einked Vector Graphics Editor",
  "short_name": "Einked",
  "version": "1.0.3",
  "version_name": "aurora 1.0",
  "manifest_version": 2,
  "minimum_chrome_version": "31",
  "description": "SVG Offline Editor.",
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage",
    "unlimitedStorage",
    "fullscreen",
    "webview",
    "overrideEscFullscreen",
    "https://widget.uservoice.com/"
  ],
  "icons": {
    "16": "app/images/einked-logo-16.png",
    "32": "app/images/einked-logo-32.png",
    "64": "app/images/einked-logo-64.png",
    "128": "app/images/einked-logo-128.png",
    "256": "app/images/einked-logo-256.png"
  }
}