Portable Pac-Man

Ever want to play pac-man when your board? Now you can!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Portable Pac-Man",
  "version": "0.1",
  "description": "Ever want to play pac-man when your board? Now you can!",
  "icons": {
    "128": "ICON.png"
  },
  "browser_action": {
    "matches": [
      "<all_urls>"
    ],
    "default_icon": "ICON.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}