Pac Maker

Drive the character thru the maze avoiding to be captured by the ghosts.
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",
  "manifest_version": 2,
  "name": "Pac Maker",
  "description": "Drive the character thru the maze avoiding to be captured by the ghosts. ",
  "version": "1.0",
  "app": {
    "urls": [
      "http://www.gamehitzone.com/mobile/pac-maker/play.html"
    ],
    "launch": {
      "web_url": "http://www.gamehitzone.com/play-online/pac-maker.html"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}