Pong

Pong

Play pong easily any time with the pong chrome extension!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pong",
  "description": "Play pong easily any time with the pong chrome extension!",
  "version": "1.0",
  "icons": {
    "16": "pong16.png",
    "48": "pong48.png",
    "128": "pong128.png"
  },
  "browser_action": {
    "default_icon": "pong16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}