18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "chromesoul",
|
|
"version": "0.2.1",
|
|
"minimum_chrome_version": "24",
|
|
"manifest_version": 2,
|
|
"offline_enabled": false,
|
|
"description": "A minimalist NetSoul client.",
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["chromesoul.js"]
|
|
}
|
|
},
|
|
"permissions": [
|
|
"background",
|
|
"storage",
|
|
{"socket": ["tcp-connect:ns-server.epita.fr:4242"]}
|
|
]
|
|
}
|