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
510 B
JSON
Raw Normal View History

2012-10-21 12:58:55 +02:00
{
2013-01-13 18:50:53 +01:00
"name": "Chromesoul",
2013-05-26 16:53:49 +02:00
"version": "0.5.5",
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": {
"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": {
"background": {
2013-02-27 15:37:08 +01:00
"scripts": ["background.js"]
2012-10-21 12:58:55 +02:00
}
},
"permissions": [
2013-05-02 18:14:22 +02:00
"http://cdn.local.epitech.net/userprofil/profilview/",
2012-10-21 19:46:47 +02:00
"storage",
2013-01-13 20:06:06 +01:00
"notifications",
2012-10-21 12:58:55 +02:00
{"socket": ["tcp-connect:ns-server.epita.fr:4242"]}
]
}