-
Notifications
You must be signed in to change notification settings - Fork 77
/
clockworkmod.js
37 lines (37 loc) · 1.36 KB
/
clockworkmod.js
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
{
"version": "1",
"marketapps": [
{
"name": "Carbon - App Sync and Backup",
"icon": "https://raw.github.com/ClockworkMod/artwork/master/carbon/logo.png",
"summary": "Carbon is the missing app sync and backup solution for Android. No root required.",
"packagename": "com.koushikdutta.backup"
},
{
"name": "Tether",
"icon": "https://github.com/ClockworkMod/artwork/raw/master/tether/tether_icon_usb_dark_512.png",
"summary": "Get internet on your PC using your Android phone! No root required!",
"packagename": "com.koushikdutta.tether"
},
{
"name": "DeskSMS",
"icon": "https://raw.github.com/ClockworkMod/artwork/master/desksms/desksms.png",
"summary": "Text from your computer or tablet with your existing phone number!",
"packagename": "com.koushikdutta.desktopsms"
},
{
"name": "ROM Manager",
"icon": "https://github.com/ClockworkMod/artwork/raw/master/rommanager/clockwork128.png",
"summary": "You're using it! This is a quick link to the Market for updates.",
"packagename": "com.koushikdutta.rommanager"
}
],
"roms": [
{
"name": "Superuser by ClockworkMod",
"summary": "Root done right",
"device": "all",
"url": "http://download.clockworkmod.com/superuser/superuser.zip"
}
]
}