SmartDraw Cloud

SmartDraw Cloud

The smartest way to draw anything, now in your browser.

Merlin
Additional files are visible only to premium users

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/"
    }
  }
}