OSDN Git Service

Expand System Class/ Bug Fix/ Add an App(nqueen) [0.1.1]
[kit/kit.git] / config / apps.json
1 {
2     "browser": {
3         "name": "ブラウザ",
4         "icon": "./app/browser/icon.png"
5     },
6
7     "clock": {
8         "name": "時計",
9         "icon": "./app/clock/icon.png"
10     },
11
12     "console": {
13         "name": "コンソール",
14         "icon": "./app/console/icon.png"
15     },
16
17     "document": {
18         "name": "ドキュメント",
19         "icon": "./app/document/icon.png"
20     },
21
22     "fivr": {
23         "name": "Fivr",
24         "icon": "./app/fivr/icon.png"
25     },
26
27     "grapes": {
28         "name": "Grapes",
29         "icon": "./app/grapes/icon.png"
30     },
31
32     "help": {
33         "name": "ヘルプ",
34         "icon": "./app/help/icon.png"
35     },
36
37     "ntflist": {
38         "name": "通知履歴",
39         "icon": "./app/ntflist/icon.png"
40     },
41
42     "nqueen": {
43         "name": "Nクイーン",
44         "icon": "./app/nqueen/icon.png"
45     },
46
47     "settings": {
48         "name": "設定",
49         "icon": "./app/settings/icon.png"
50     },
51
52     "ytplayer": {
53         "name": "YouTubePlayer",
54         "icon": "./app/ytplayer/icon.png"
55     }
56 }