Valentine coloring game

Valentine coloring, choose a color and have fun!
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": "Valentine coloring game",
  "description": "Valentine coloring, choose a color and have fun!",
  "version": "1.3",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.coloringpaintinggames.com/valentine-coloring-painting-game"
    ],
    "launch": {
      "web_url": "http://www.coloringpaintinggames.com/valentine-coloring-painting-game"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}