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

24 lines
546 B
JSON
Raw Normal View History

2012-10-21 12:58:55 +02:00
{
2013-01-13 18:50:53 +01:00
"name": "Chromesoul",
2014-11-06 19:04:11 +01:00
"version": "0.6.0",
2013-02-25 17:41:11 +01:00
"minimum_chrome_version": "25",
2012-10-21 12:58:55 +02:00
"manifest_version": 2,
2012-11-03 23:05:28 +01:00
"offline_enabled": false,
2013-01-13 18:50:53 +01:00
"description": "Netsoul client for Google Chrome.",
2013-01-26 22:50:12 +01:00
"icons": {
2014-11-06 18:52:14 +01:00
"16": "icon_16.png",
"128": "icon_128.png"
2013-01-13 18:50:53 +01:00
},
2012-10-21 12:58:55 +02:00
"app": {
2014-11-06 18:52:14 +01:00
"background": {
"scripts": ["background.js"]
}
2012-10-21 12:58:55 +02:00
},
"permissions": [
2014-11-06 18:52:14 +01:00
"http://cdn.local.epitech.net/userprofil/profilview/",
"storage",
"notifications",
{"socket": ["tcp-connect:ns-server.epita.fr:4242"]}
2012-10-21 12:58:55 +02:00
]
}