Ping Pong Pro

Ping Pong Pro

Relive the 90's with this classic ping pong game. Developed by P&D.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ping Pong Pro",
  "description": "Relive the 90's with this classic ping pong game. Developed by P&D.",
  "version": "1.1",
  "browser_action": {
    "default_popup": "hello.html",
    "default_icon": "hello_extensions.png"
  },
  "manifest_version": 2,
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens hello.html"
    }
  }
}