This repository has been archived on 2023-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
chromesoul/manifest.json
2012-10-21 12:58:55 +02:00

17 lines
348 B
JSON

{
"name": "chromesoul",
"version": "0.1.1",
"manifest_version": 2,
"description": "A minimalist NetSoul client.",
"app": {
"background": {
"scripts": ["third-party/md5-min.js",
"lib/ns_client.js",
"background.js"
]
}
},
"permissions": [
{"socket": ["tcp-connect:ns-server.epita.fr:4242"]}
]
}