You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
578 B

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