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.
18 lines
563 B
18 lines
563 B
9 years ago
|
{
|
||
|
"name": "iguana",
|
||
|
"uri": "iguana.pexe",
|
||
|
"short_name": "iguana",
|
||
|
"version": "44.1.2",
|
||
|
"manifest_version": 2,
|
||
|
"description": "iguana",
|
||
|
"offline_enabled": true,
|
||
|
"icons": { "128": "icon128.png" },
|
||
|
"app":
|
||
|
{
|
||
|
"name": "iguana",
|
||
|
"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" ]
|
||
|
}
|
||
|
}
|