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
|
{
"name": "Appster",
"package": "com.jake0oo0.appster",
"author": "Jake0oo0",
"version": "0.0.7",
"description": "View and export important data and info from your iDevice",
"changelog": {
"0.0.1": [
"Initial Alpha Release",
"View & Export App Data",
"View & Export Tweak Data"
],
"0.0.3": [
"Add support for new iOS 9 applications"
],
"0.0.4": [
"Retrieve iTunes metadata for applications"
],
"0.0.6": [
"Add support for exporting sources with tweaks"
],
"0.0.7": [
"Major work on exporting messages - new view & export button"
]
},
"screenshots": {
"appster1.png": "",
"appster2.png": "",
"appster3.png": "",
"appster4.png": "",
"appster5.png": ""
},
"links": {
"<span class=\"glyphicon glyphicon-heart\"></span> My Twitter": "https://twitter.com/itsjake88"
}
}
|