Paint Doodler

Paint Doodler - online image editor and drawing application.Creative and natural painting in browser. Open/save image.
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": "Paint Doodler",
  "description": "Paint Doodler - online image editor and drawing application.Creative and natural painting in browser. Open/save image.",
  "version": "1.0.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "paintdoodlerlogo.png"
  },
  "app": {
    "urls": [
      "http://paint.paintdoodler.com/"
    ],
    "launch": {
      "web_url": "http://paint.paintdoodler.com/"
    }
  }
}