Coloring Books Animals Game

Coloring Books Animals Game

Click on the extension icon to play Coloring Books Animals Game on Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Coloring Books Animals Game",
  "description": "Click on the extension icon to play Coloring Books Animals Game on Google Chrome",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "version": "4.7",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-16.png",
    "default_popup": "pop/pop.html"
  }
}