SmartDraw Cloud

The smartest way to draw anything, now in your browser.
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": "SmartDraw Cloud",
  "description": "The smartest way to draw anything, now in your browser.",
  "version": "1.0.0",
  "manifest_version": 2,
  "short_name": "SD Cloud",
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "icons": {
    "128": "sdc_logo.png"
  },
  "app": {
    "urls": [
      "http://cloud.smartdraw.com/"
    ],
    "launch": {
      "web_url": "http://cloud.smartdraw.com/"
    }
  }
}