Hockey Shootout

Hockey Shootout

Send the puck very carefully towards the goalkeeper, but be careful not to get it out of reach of the goalkeeper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://www.tyroneunblockedgames.com/play/hockey-shootout.html",
  "offline_enabled": true,
  "version": "4.0",
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "back.js"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "128": "icons/128.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  }
}