Examine source code of Boom Stick Bazooka 2 Puzzles

Inspect and view changes in Boom Stick Bazooka 2 Puzzles source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.4.1",
  "name": "__MSG_appName__",
  "default_locale": "en_US",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_title": "__MSG_appName__",
    "default_icon": {
      "128": "128.png"
    }
  },
  "icons": {
    "128": "128.png"
  }
}