Browse Source

new manifest.json

release/v0.1
jl777 9 years ago
parent
commit
6b5db98c5b
  1. 38
      iguana/manifest.json

38
iguana/manifest.json

@ -1,41 +1,25 @@
{
"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"
]
"scripts": ["js/background.js"]
}
},
"manifest_version": 2,
"name": "Iguana",
"version": "0.0.1",
"icons": {
"128": "iguana/icon128.png"
},
"minimum_chrome_version": "36",
"sockets": {
"tcp": {
"connect": ""
"connect": "*"
},
"tcpServer": {
"listen": "127.0.0.1:*"
"listen": "*"
}
},
"permissions": [
"unlimitedStorage",
"nativeMessaging",
// "networking.config",
"dns",
"browser",
// "filesystem",
"storage",
"system.storage",
"system.display",
"system.network",
"system.cpu",
"http://127.0.0.1:7778/"
"storage"
]
}

Loading…
Cancel
Save