{ "name": "tradebots", "uri": "tradebots.pexe", "short_name": "tradebots", "version": "44.1.2", "manifest_version": 2, "description": "tradebots", "offline_enabled": true, "icons": { "128": "icon128.png" }, "app": { "name": "tradebots", "background": { "scripts": ["background.js"] }, "sockets": { "tcp": { "connect": "" }, "tcpServer": { "listen": "127.0.0.1:*" } }, "permissions": [ "unlimitedStorage", "filesystem", "storage", "system.storage", "system.display", "system.network","system.cpu" ] } }