Hippo Valentine Day

Hippo Valentine Day

Not without my rocket Take your rocket and have a good time helping hippo to deliver the letters. Guide Hippo to slam the other…

Merlin
Additional files are visible only to premium users

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"
  }
}