-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "fosfox",
"title": "Freebox OS for your favorite fox",
"id": "jid1-K5L1GyrEhdR34g@jetpack",
"description": "Intégration des téléchargements dans la Freebox Révolution (Freebox OS)",
"author": "Bruce Bujon (Perfect Slayer)",
"icon": "data/images/icon.png",
"homepage": "http://blog.hardcoding.fr/other-projects/",
"license": "GPL v3",
"version": "0.8.1",
"preferences": [{
"name": "locationStrategy",
"title": "Destination des téléchargements",
"description": "Définition de la destination des téléchargements.",
"type": "radio",
"value": "learn",
"options": [{
"value": "alwaysAsk",
"label": "Toujours demander"
}, {
"value": "learn",
"label": "Enregistrer en fonction du site"
}, {
"value": "useDefault",
"label": "Utiliser la destination par défaut"
}]
}, {
"name": "defaultLocation",
"title": "La destination par défault des téléchargements",
"type": "string",
"value": "",
"hidden": true
}, {
"name": "defaultLocationControl",
"title": "Destination par défault",
"description": "Le dossier où iront tous les téléchargements par défaut.",
"type": "control",
"label": "Définir"
}, {
"name": "locations",
"title": "Destinations enregistrées",
"description": "La liste des destinations enregistrées",
"type": "control",
"label": "Modifier"
}]
}