Pacman Online Game

Pacman Online Game

Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pacman Online Game",
  "description": "Good old Pacman game online to eat away all the ghost-monsters and never be caught. The game is super easy to play & for all ages.",
  "version": "0.2",
  "manifest_version": 2,
  "icons": {
    "128": "pacman.png"
  },
  "app": {
    "urls": [
      "http://pacmanonline.chromecrxstore.com/"
    ],
    "launch": {
      "web_url": "http://pacmanonline.chromecrxstore.com/"
    }
  }
}