Coloring Pages

Coloring Pages

Free coloring pages specially assembled for kids. You can also color without Internet connection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Coloring Pages",
  "manifest_version": 2,
  "short_name": "coloring",
  "description": "Free coloring pages specially assembled for kids. You can also color without Internet connection",
  "version": "2.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Untitled-1.png"
  },
  "icons": {
    "128": "1Untitled-1.png"
  }
}