Examine source code of Dodger walls

Inspect and view changes in Dodger walls 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",
  "name": "Dodger walls",
  "description": "",
  "version": "0.0.48",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "fullscreen",
    "webview",
    "https://www.google.com/*"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "client/plugins/game.adsManager/src/adsProviders/ad4games/adscws.html",
          "client/plugins/game.adsManager/src/adsProviders/adsense/adscws.html",
          "client/plugins/game.adsManager/src/adsProviders/adsense/ads.js"
        ]
      }
    ]
  },
  "icons": {
    "16": "7 (1).png",
    "128": "7.png"
  }
}