Stick Merge - Stick Merge Unblocked

Stick Merge - Stick Merge Unblocked

Play this game online for free on StickMerge in fullscreen. Stick Merge is one of our favorite stickman games.

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_title__",
  "version": "1.3",
  "default_locale": "en",
  "description": "__MSG_description__",
  "homepage_url": "https://stickmerge.online/",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "__MSG_title__",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png",
      "180": "images/icon180.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png",
    "180": "images/icon180.png"
  }
}