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 3d4a8a3052 adding icons
2013-01-13 18:50:53 +01:00

22 lines
471 B
JSON

{
"name": "Chromesoul",
"version": "0.4.2",
"minimum_chrome_version": "24",
"manifest_version": 2,
"offline_enabled": false,
"description": "Netsoul client for Google Chrome.",
"icons": {
"128": "icon_128.png"
},
"app": {
"background": {
"scripts": ["chromesoul.js"]
}
},
"permissions": [
"http://www.epitech.eu/intra/photos/",
"background",
"storage",
{"socket": ["tcp-connect:ns-server.epita.fr:4242"]}
]
}