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 20:26:41 +02:00

21 lines
439 B
JSON

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