Skip to content

Commit 2d7a6b2

Browse files
committed
lightning-verifier:0.1.0.1
1 parent 7c85999 commit 2d7a6b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+12549
-0
lines changed

docs/apps/lightning-verifier/0.1.0.1/all.js

Lines changed: 6094 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/apps/lightning-verifier/0.1.0.1/all.js.map

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
15 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="description" content="Lightning Verifier">
6+
<script language="javascript" src="main.js" defer="defer" type="module"></script>
7+
<script language="javascript" src="all.js" defer="defer"></script>
8+
<link rel="preconnect" href="https://cdn.jsdelivr.net">
9+
<link rel="preload" href="static/all.css" as="style" onload='this.onload=null,this.rel="stylesheet"'>
10+
<noscript>
11+
<link rel="stylesheet" href="static/all.css">
12+
</noscript>
13+
</head>
14+
<body></body>
15+
</html>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="generator" content="pandoc">
6+
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
7+
<title>LICENSE</title>
8+
<style>html{color:#1a1a1a;background-color:#fdfdfd}body{margin:0 auto;max-width:36em;padding-left:50px;padding-right:50px;padding-top:50px;padding-bottom:50px;hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;font-kerning:normal}@media (max-width:600px){body{font-size:.9em;padding:12px}h1{font-size:1.8em}}@media print{html{background-color:#fff}body{background-color:transparent;color:#000;font-size:12pt}h2,h3,p{orphans:3;widows:3}h2,h3,h4{page-break-after:avoid}}p{margin:1em 0}a{color:#1a1a1a}a:visited{color:#1a1a1a}img{max-width:100%}svg{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{margin-top:1.4em}h5,h6{font-size:1em;font-style:italic}h6{font-weight:400}ol,ul{padding-left:1.7em;margin-top:1em}li>ol,li>ul{margin-top:0}blockquote{margin:1em 0 1em 1.7em;padding-left:1em;border-left:2px solid #e6e6e6;color:#606060}code{font-family:Menlo,Monaco,Consolas,'Lucida Console',monospace;font-size:85%;margin:0;hyphens:manual}pre{margin:1em 0;overflow:auto}pre code{padding:0;overflow:visible;overflow-wrap:normal}.sourceCode{background-color:transparent;overflow:visible}hr{background-color:#1a1a1a;border:none;height:1px;margin:1em 0}table{margin:1em 0;border-collapse:collapse;width:100%;overflow-x:auto;display:block;font-variant-numeric:lining-nums tabular-nums}table caption{margin-bottom:.75em}tbody{margin-top:.5em;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}th{border-top:1px solid #1a1a1a;padding:.25em .5em .25em .5em}td{padding:.125em .5em .25em .5em}header{margin-bottom:4em;text-align:center}#TOC li{list-style:none}#TOC ul{padding-left:1.3em}#TOC>ul{padding-left:0}#TOC a:not(:hover){text-decoration:none}code{white-space:pre-wrap}span.smallcaps{font-variant:small-caps}div.columns{display:flex;gap:min(4vw,1.5em)}div.column{flex:auto;overflow-x:auto}div.hanging-indent{margin-left:1.5em;text-indent:-1.5em}ul.task-list[class]{list-style:none}ul.task-list li input[type=checkbox]{font-size:inherit;width:.8em;margin:0 .8em .2em -1.6em;vertical-align:middle}.display.math{display:block;text-align:center;margin:.5rem auto}</style>
9+
</head>
10+
<body>
11+
<header id="title-block-header">
12+
<h1 class="title">LICENSE</h1>
13+
</header>
14+
<p>The MIT License (MIT) Copyright (c) 2024 Functora</p>
15+
<p>Permission is hereby granted, free of charge, to any person obtaining
16+
a copy of this software and associated documentation files (the
17+
“Software”), to deal in the Software without restriction, including
18+
without limitation the rights to use, copy, modify, merge, publish,
19+
distribute, sublicense, and/or sell copies of the Software, and to
20+
permit persons to whom the Software is furnished to do so, subject to
21+
the following conditions:</p>
22+
<p>The above copyright notice and this permission notice shall be
23+
included in all copies or substantial portions of the Software.</p>
24+
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
25+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
27+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
28+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
31+
<h1 id="back"><a href="index.html">Back</a></h1>
32+
</body>
33+
</html>

docs/apps/lightning-verifier/0.1.0.1/main.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/apps/lightning-verifier/0.1.0.1/main.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="generator" content="pandoc">
6+
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
7+
<title>PRIVACY POLICY</title>
8+
<style>html{color:#1a1a1a;background-color:#fdfdfd}body{margin:0 auto;max-width:36em;padding-left:50px;padding-right:50px;padding-top:50px;padding-bottom:50px;hyphens:auto;overflow-wrap:break-word;text-rendering:optimizeLegibility;font-kerning:normal}@media (max-width:600px){body{font-size:.9em;padding:12px}h1{font-size:1.8em}}@media print{html{background-color:#fff}body{background-color:transparent;color:#000;font-size:12pt}h2,h3,p{orphans:3;widows:3}h2,h3,h4{page-break-after:avoid}}p{margin:1em 0}a{color:#1a1a1a}a:visited{color:#1a1a1a}img{max-width:100%}svg{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{margin-top:1.4em}h5,h6{font-size:1em;font-style:italic}h6{font-weight:400}ol,ul{padding-left:1.7em;margin-top:1em}li>ol,li>ul{margin-top:0}blockquote{margin:1em 0 1em 1.7em;padding-left:1em;border-left:2px solid #e6e6e6;color:#606060}code{font-family:Menlo,Monaco,Consolas,'Lucida Console',monospace;font-size:85%;margin:0;hyphens:manual}pre{margin:1em 0;overflow:auto}pre code{padding:0;overflow:visible;overflow-wrap:normal}.sourceCode{background-color:transparent;overflow:visible}hr{background-color:#1a1a1a;border:none;height:1px;margin:1em 0}table{margin:1em 0;border-collapse:collapse;width:100%;overflow-x:auto;display:block;font-variant-numeric:lining-nums tabular-nums}table caption{margin-bottom:.75em}tbody{margin-top:.5em;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}th{border-top:1px solid #1a1a1a;padding:.25em .5em .25em .5em}td{padding:.125em .5em .25em .5em}header{margin-bottom:4em;text-align:center}#TOC li{list-style:none}#TOC ul{padding-left:1.3em}#TOC>ul{padding-left:0}#TOC a:not(:hover){text-decoration:none}code{white-space:pre-wrap}span.smallcaps{font-variant:small-caps}div.columns{display:flex;gap:min(4vw,1.5em)}div.column{flex:auto;overflow-x:auto}div.hanging-indent{margin-left:1.5em;text-indent:-1.5em}ul.task-list[class]{list-style:none}ul.task-list li input[type=checkbox]{font-size:inherit;width:.8em;margin:0 .8em .2em -1.6em;vertical-align:middle}.display.math{display:block;text-align:center;margin:.5rem auto}</style>
9+
</head>
10+
<body>
11+
<header id="title-block-header">
12+
<h1 class="title">PRIVACY POLICY</h1>
13+
</header>
14+
<p><strong>Privacy Policy</strong></p>
15+
<p>This privacy policy applies to the app (hereby referred to as
16+
“Application”) for mobile devices that was created by Functora (hereby
17+
referred to as “Service Provider”) as a Free service. This service is
18+
intended for use “AS IS”.</p>
19+
<p><strong>What information does the Application obtain and how is it
20+
used?</strong></p>
21+
<p>The Application does not obtain any information when you download and
22+
use it. Registration is not required to use the Application.</p>
23+
<p><strong>Does the Application collect precise real time location
24+
information of the device?</strong></p>
25+
<p>This Application does not collect precise information about the
26+
location of your mobile device.</p>
27+
<p><strong>Do third parties see and/or have access to information
28+
obtained by the Application?</strong></p>
29+
<p>Since the Application does not collect any information, no data is
30+
shared with third parties.</p>
31+
<p><strong>What are my opt-out rights?</strong></p>
32+
<p>You can stop all collection of information by the Application easily
33+
by uninstalling it. You may use the standard uninstall processes as may
34+
be available as part of your mobile device or via the mobile application
35+
marketplace or network.</p>
36+
<p><strong>Children</strong></p>
37+
<p>The Application is not used to knowingly solicit data from or market
38+
to children under the age of 13.</p>
39+
<p>The Service Provider does not knowingly collect personally
40+
identifiable information from children. The Service Provider encourages
41+
all children to never submit any personally identifiable information
42+
through the Application and/or Services. The Service Provider encourage
43+
parents and legal guardians to monitor their children’s Internet usage
44+
and to help enforce this Policy by instructing their children never to
45+
provide personally identifiable information through the Application
46+
and/or Services without their permission. If you have reason to believe
47+
that a child has provided personally identifiable information to the
48+
Service Provider through the Application and/or Services, please contact
49+
the Service Provider ([email protected]) so that they will be able to
50+
take the necessary actions. You must also be at least 16 years of age to
51+
consent to the processing of your personally identifiable information in
52+
your country (in some countries we may allow your parent or guardian to
53+
do so on your behalf).</p>
54+
<p><strong>Security</strong></p>
55+
<p>The Service Provider is concerned about safeguarding the
56+
confidentiality of your information. However, since the Application does
57+
not collect any information, there is no risk of your data being
58+
accessed by unauthorized individuals.</p>
59+
<p><strong>Changes</strong></p>
60+
<p>This Privacy Policy may be updated from time to time for any reason.
61+
The Service Provider will notify you of any changes to their Privacy
62+
Policy by updating this page with the new Privacy Policy. You are
63+
advised to consult this Privacy Policy regularly for any changes, as
64+
continued use is deemed approval of all changes.</p>
65+
<p>This privacy policy is effective as of 2024-03-21</p>
66+
<p><strong>Your Consent</strong></p>
67+
<p>By using the Application, you are consenting to the processing of
68+
your information as set forth in this Privacy Policy now and as amended
69+
by the Service Provider.</p>
70+
<p><strong>Contact Us</strong></p>
71+
<p>If you have any questions regarding privacy while using the
72+
Application, or have questions about the practices, please contact the
73+
Service Provider via email at [email protected].</p>
74+
<h1 id="back"><a href="index.html">Back</a></h1>
75+
</body>
76+
</html>

docs/apps/lightning-verifier/0.1.0.1/pwa-action-sheet.entry.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/apps/lightning-verifier/0.1.0.1/pwa-action-sheet.entry.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)