Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1 revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 {
2 "name": "Super Crazy Basic App",
3 "installs_allowed_from": [ "*" ],
4 "type": "privileged",
5 "permissions": {
6 "geolocation": {
7 "description": "geolocate"
8 },
9 "contacts": {
10 "description": "contacts"
11 },
12 "device-storage:apps": {
13 "description": "storage"
14 }
15 }
16 }