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

18 lines
343 B
JSON
Raw Normal View History

2012-10-21 12:58:55 +02:00
{
"name": "chromesoul",
2012-11-07 10:53:48 +01:00
"version": "0.2.1",
2012-10-21 12:58:55 +02:00
"manifest_version": 2,
2012-11-03 23:05:28 +01:00
"offline_enabled": false,
2012-10-21 12:58:55 +02:00
"description": "A minimalist NetSoul client.",
"app": {
"background": {
2012-11-07 10:53:48 +01:00
"scripts": ["background.js"]
2012-10-21 12:58:55 +02:00
}
},
"permissions": [
2012-10-21 19:46:47 +02:00
"background",
"storage",
2012-10-21 12:58:55 +02:00
{"socket": ["tcp-connect:ns-server.epita.fr:4242"]}
]
}