-
Notifications
You must be signed in to change notification settings - Fork 1
/
body.txt
32 lines (31 loc) · 1.88 KB
/
body.txt
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
<li><strong>${displayname}</strong>
<ul>
<li>Comment: ${comment}</li>
<li>Data Directory: ${datadir}</li>
<li>First Installed: ${firstinstalled}</li>
<li>Last Updated: ${lastupdated}</li>
<li>Market ID: ${marketid}</li>
<li>Market Link: <br />
<a href="market://details?id=${packagename}">market://details?id=${packagename}</a></li>
<li>Package Name: ${packagename}</li>
<li>Tags: ${tags}</li>
<li>Target SDK: ${targetsdk}</li>
<li>UID: ${uid}</li>
<li>Version: ${version}</li>
<li>Version Code: ${versioncode}</li>
<li>www: <br />
<a href="${source}">${source}</a></li>
<li>Google Store:<br />
<a href="https://play.google.com/store/apps/details?id=${packagename}">https://play.google.com/store/apps/details?id=${packagename}</a></li>
<li>F-Droid:<br />
<a href="https://f-droid.org/repository/browse/?fdid=${packagename}">https://f-droid.org/repository/browse/?fdid=${packagename}</a></li>
<li>Search (Google): <br />
<a href="https://www.google.com/search?q=${packagename}">https://www.google.com/search?q=${packagename}</a></li>
<li>DuckDuckGo: <br />
<a href="https://duckduckgo.com/?q=${packagename}+%22${displayname}%22">https://duckduckgo.com/?q=${packagename}+"${displayname}"</a></li>
</ul>
<div class="right_pane"><a href="#bottom">↓ Bottom ↓</a> | <a href="#top">↑ Top ↑</a></div>
<div style="margin-top:4em; margin-bottom:9em">
<hr style="width:50%; text-align:left; margin-left:0" />
</div>
</li>