-
Notifications
You must be signed in to change notification settings - Fork 0
/
body.txt
22 lines (21 loc) · 904 Bytes
/
body.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
"App": {
"@id": "${packagename}",
"Name": "${displayname}",
"Comment": "${comment}",
"DataDirectory": "${datadir}",
"FirstInstalled": "${firstinstalled}",
"LastUpdated": "${lastupdated}",
"MarketID": "${marketid}",
"MarketLink": "market://details?id=${packagename}",
"PackageName": "${packagename}",
"Tags": "${tags}",
"TargetSDK": "${targetsdk}",
"UID": "${uid}",
"Version": "${version}",
"VersionCode": "${versioncode}",
"www": "${source}",
"GoogleStore": "https://play.google.com/store/apps/details?id=${packagename}",
"FDroid": "https://f-droid.org/repository/browse/?fdid=${packagename}",
"SearchGoogle": "https://www.google.com/search?q=${packagename}",
"DuckDuckGo": "https://duckduckgo.com/?q=${packagename}+\"${displayname}\""
},