Arcade Stacker Game

Arcade Stacker Game

Arcade Stacker is a fun and addicting game to play!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Arcade Stacker Game",
  "version": "1.0.3",
  "icons": {
    "16": "./img/Icon16.png",
    "48": "./img/Icon48.png",
    "128": "./img/Icon128.png"
  },
  "action": {
    "default_popup": "./popup/popup.html",
    "default_icon": "./img/PopupIcon.png",
    "default_title": "Start Playing!"
  },
  "description": "Arcade Stacker is a fun and addicting game to play!"
}