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

20 lines
419 B
JSON
Raw Normal View History

2012-10-21 12:58:55 +02:00
{
"name": "chromesoul",
"version": "0.4.2",
2012-11-13 15:32:44 +01:00
"minimum_chrome_version": "24",
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-14 14:32:14 +01:00
"scripts": ["chromesoul.js"]
2012-10-21 12:58:55 +02:00
}
},
"permissions": [
"http://www.epitech.eu/intra/photos/",
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"]}
]
}