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
Rodolphe Breard d2570a8e41 window mode
2012-11-07 10:53:48 +01:00

17 lines
343 B
JSON

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