Dream Car Racing

Dream Car Racing

Build your car to travel the longest distance on board your four-wheeled vehicle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dream Car Racing",
  "short_name": "Play Dream Car Racing Game",
  "description": "Build your car to travel the longest distance on board your four-wheeled vehicle. ",
  "version": "1.0",
  "browser_action": {
    "default_icon": "dreamcarracing128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}