Pool 8 Ball Billiards - HTML5 Game

Pool 8 Ball Billiards - HTML5 Game

Pool 8 Ball is a fun sports game where we try to get all the balls into the holes by making hits from the balls on the table.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "7",
  "homepage_url": "https://724fun.com/pool-8-ball/",
  "offline_enabled": true,
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "action": {
    "default_icon": "icons/icon-128.png",
    "default_title": "Pool 8 Ball for Chrome",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "javas/anainout.js"
  }
}