Pacman: Play Pac-Man Game Online

Pacman: Play Pac-Man Game Online

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",
  "manifest_version": 2,
  "name": "Pacman: Play Pac-Man Game Online",
  "version": "1.4",
  "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.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "homepage_url": "http://pacmanonline.chromecrxstore.com/",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Play Pac-Man Game Online"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}