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