Examine source code of Hippo Valentine Day

Inspect and view changes in Hippo Valentine Day 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": "Hippo Valentine Day",
  "description": "",
  "version": "0.0.45",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "fullscreen",
    "webview"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "client/plugins/game.adsManager/src/adsProviders/ad4games/adscws.html"
        ]
      }
    ]
  },
  "icons": {
    "16": "hippo16x16.png",
    "128": "hippo128x128.png"
  }
}