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.
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"background": { "scripts": ["background.js"] }
|
|
|
|
},
|
|
|
|
"name": "iguana",
|
|
|
|
"short_name": "iguana",
|
|
|
|
"version": "44.1.2",
|
|
|
|
"manifest_version": 2,
|
|
|
|
"description": "iguana",
|
|
|
|
"offline_enabled": true,
|
|
|
|
"icons": { "128": "icon128.png" },
|
|
|
|
"icons": {
|
|
|
|
"128": "icon128.png"
|
|
|
|
},
|
|
|
|
"minimum_chrome_version": "36",
|
|
|
|
"sockets": {
|
|
|
|
"tcp": {
|
|
|
|
"connect": "*"
|
|
|
|
},
|
|
|
|
"tcpServer": {
|
|
|
|
"listen": "*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"unlimitedStorage",
|
|
|
|
{"fileSystem": ["write"]},
|
|
|
|
"storage",
|
|
|
|
"system.storage",
|
|
|
|
"system.display",
|
|
|
|
"system.network",
|
|
|
|
"system.cpu" ]
|
|
|
|
}
|