forked from cesarferreira/purrge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
facelift.json
30 lines (30 loc) · 1.03 KB
/
facelift.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
{
"title": "purrge",
"subtitle": "🐱 Quickly purrge android apps from your phone",
"installation": "npm i -g purrge",
"url": "https://github.com/cesarferreira/purrge",
"screenshot": "https://raw.githubusercontent.com/cesarferreira/purrge/master/extras/anim.gif",
"author": {
"name": "cesar ferreira",
"thumbnail": "https://pbs.twimg.com/profile_images/884351017097322496/2mmpORsM_400x400.jpg",
"homepage": "http://cesarferreira.com"
},
"highlights": [
{
"title": "Choose between:",
"items": [
"Open",
"Uninstall",
"Clear App Data",
"Download APK"
]
},
{
"title": "Links",
"items": [
"GitHub: <a href='https://github.com/cesarferreira/purrge'>https://github.com/cesarferreira/purrge</a>",
"npm: <a href='https://www.npmjs.com/package/purrge'>https://www.npmjs.com/package/purrge</a>"
]
}
]
}