WavesLiteApp

WavesLiteApp

Waves Client - Use the Waves Client as Chrome App to control your Blockchain Account finances.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WavesLiteApp",
  "short_name": "WavesLite",
  "description": "Waves Client - Use the Waves Client as Chrome App to control your Blockchain Account finances.",
  "version": "0.5.22",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "author": "Tosch, Eth",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "storage"
  ]
}