HexReader

HexReader

Binary file analyzer for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "min.js"
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Binary file analyzer for Chrome",
  "name": "HexReader",
  "permissions": [
    "fileSystem",
    "contextMenus",
    "clipboardWrite",
    "storage"
  ],
  "minimum_chrome_version": "23",
  "icons": {
    "16": "icon_small.png",
    "128": "icon.png"
  },
  "offline_enabled": true,
  "manifest_version": 2,
  "version": "0.5.24"
}