Drawing game

Play drawing game, paint online for free.
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": "Drawing game",
  "description": "Play drawing game, paint online for free.",
  "version": "1.4",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.coloring4all.com/drawing_game_online.htm"
    ],
    "launch": {
      "web_url": "http://www.coloring4all.com/drawing_game_online.htm"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}