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
2014-11-06 20:52:43 +01:00

23 lines
546 B
JSON

{
"name": "Chromesoul",
"version": "0.6.2",
"minimum_chrome_version": "25",
"manifest_version": 2,
"offline_enabled": false,
"description": "Netsoul client for Google Chrome.",
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
"http://cdn.local.epitech.net/userprofil/profilview/",
"storage",
"notifications",
{"socket": ["tcp-connect:ns-server.epita.fr:4242"]}
]
}