jl777
9 years ago
4 changed files with 62 additions and 23 deletions
@ -1,25 +1,17 @@ |
|||||
{ |
{ |
||||
"app": { |
"name": "iguana", |
||||
"background": { |
"uri": "iguana.pexe", |
||||
"scripts": ["js/background.js"] |
"short_name": "iguana", |
||||
} |
"version": "44.1.2", |
||||
}, |
|
||||
"manifest_version": 2, |
"manifest_version": 2, |
||||
"name": "Iguana", |
"description": "iguana", |
||||
"version": "0.0.1", |
"offline_enabled": true, |
||||
"icons": { |
"icons": { "128": "icon128.png" }, |
||||
"128": "icon128.png" |
"app": |
||||
}, |
{ |
||||
"minimum_chrome_version": "36", |
"name": "iguana", |
||||
"sockets": { |
"background": { "scripts": ["background.js"] }, |
||||
"tcp": { |
"sockets": { "tcp": { "connect": "" }, "tcpServer": { "listen": "127.0.0.1:*" } }, |
||||
"connect": "*" |
"permissions": [ "unlimitedStorage", "filesystem", "storage", "system.storage", "system.display", "system.network","system.cpu" ] |
||||
}, |
|
||||
"tcpServer": { |
|
||||
"listen": "*" |
|
||||
} |
} |
||||
}, |
|
||||
"permissions": [ |
|
||||
"storage" |
|
||||
] |
|
||||
} |
} |
||||
|
Loading…
Reference in new issue