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

Loading…
Cancel
Save