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.
41 lines
717 B
41 lines
717 B
{
|
|
"name": "SuperNET Iguana",
|
|
// "url": "iguana.pexe",
|
|
"short_name": "iguana",
|
|
"version": "0.0.1",
|
|
"manifest_version": 2,
|
|
"description": "SuperNET Iguana",
|
|
"offline_enabled": true,
|
|
"icons": {
|
|
"128": "icon128.png"
|
|
},
|
|
"app": {
|
|
"background": {
|
|
"scripts": [
|
|
"background.js"
|
|
]
|
|
}
|
|
},
|
|
"sockets": {
|
|
"tcp": {
|
|
"connect": ""
|
|
},
|
|
"tcpServer": {
|
|
"listen": "127.0.0.1:*"
|
|
}
|
|
},
|
|
"permissions": [
|
|
"unlimitedStorage",
|
|
"nativeMessaging",
|
|
// "networking.config",
|
|
"dns",
|
|
"browser",
|
|
// "filesystem",
|
|
"storage",
|
|
"system.storage",
|
|
"system.display",
|
|
"system.network",
|
|
"system.cpu",
|
|
"http://127.0.0.1:7778/"
|
|
]
|
|
}
|
|
|