Play three heritage pacman games - original, Ms. Pacman and Cookie man - all in one click
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",
"browser_action": {
"default_icon": "icon16x16.png",
"default_popup": "popup.html"
},
"description": "Play three heritage pacman games - original, Ms. Pacman and Cookie man - all in one click",
"icons": {
"16": "icon16x16.png",
"48": "icon48x48.png",
"128": "icon128x128.png"
},
"manifest_version": 2,
"name": "Pacman - a pack of 3 pacman heritage games",
"short_name": "3 heritage Pacman games",
"version": "3.1"
}