Animal Racing

Animal Racing

You and your dog are standing in the jungle to animal race that is organized in every year.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "Animal Racing"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "name": "Animal Racing",
  "author": "ZillakGames",
  "icons": {
    "128": "128.png"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "7"
}