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

23 lines
469 B
JSON
Raw Normal View History

2012-10-21 12:58:55 +02:00
{
"name": "chromesoul",
"version": "0.1.1",
"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.",
2012-10-21 19:46:47 +02:00
"options_page": "options.html",
2012-10-21 12:58:55 +02:00
"app": {
"background": {
"scripts": ["third-party/md5-min.js",
2012-10-21 20:26:41 +02:00
"third-party/ab-str.js",
2012-10-21 12:58:55 +02:00
"lib/ns_client.js",
"background.js"
]
}
},
"permissions": [
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"]}
]
}