Dots Pong-Arcade Game

Dots Pong-Arcade Game

Dot Ping-Pong is a fun skill game where we try to earn points by moving the obstacles according to the color of the colored ball.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.3",
  "homepage_url": "https://724fun.com/dots-pong/",
  "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": "Dots Pong for Chrome",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "javas/anainout.js"
  }
}