aMule Web

aMule Web

aMule Web Server

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "aMule Web",
  "short_name": "aMule Web",
  "description": "aMule Web Server",
  "version": "2.3.3",
  "minimum_chrome_version": "56",
  "manifest_version": 2,
  "offline_enabled": true,
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    },
    "idle",
    "storage",
    "unlimitedStorage",
    {
      "socket": [
        "tcp-connect"
      ]
    }
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icons/amuleweb-16.png",
    "32": "icons/amuleweb-32.png",
    "48": "icons/amuleweb-48.png",
    "64": "icons/amuleweb-64.png",
    "96": "icons/amuleweb-96.png",
    "128": "icons/amuleweb-128.png",
    "192": "icons/amuleweb-192.png",
    "256": "icons/amuleweb-256.png"
  },
  "platforms": [
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/x86-64/"
    },
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/x86-32/"
    }
  ]
}