Air Hockey

Air Hockey

Air hockey is a game for two competing players trying to score points in the opposing players goal.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_popup": "main.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}