-
Notifications
You must be signed in to change notification settings - Fork 1
/
app-light-graph-manifest.json
52 lines (44 loc) · 1.04 KB
/
app-light-graph-manifest.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
47
48
49
50
51
52
{
"manifest-version": 1,
"name": "app-light-graph",
"version": "0.3.0",
"description": "A simple Databox app that plots mobile phone light sensor data",
"author": "Yousef Amar <[email protected]> (http://yousefamar.com/)",
"license": "MIT",
"databox-type":"app",
"tags": [
"databox",
"app",
"mobile",
"phone",
"smartphone",
"light",
"sensor",
"sensingkit"
],
"homepage": "https://github.com/me-box/app-light-graph",
"repository": {
"type": "git",
"url": "git+https://github.com/me-box/app-light-graph.git"
},
"packages": [
{
"name": "Light Level Plotter",
"purpose": "To visualise your smartphone's light level in real time",
"install": "required",
"risks": "Estimating time of day and perhaps even location based on light patterns over time.",
"benefits": "A cool demo of plotting phone light levels.",
"datastores": [ "DS_light" ]
}
],
"allowed-combinations": [],
"datasources": [
{
"type": "light",
"required": true,
"name": "light",
"clientid": "DS_light",
"granularities": []
}
]
}