forked from nisrulz/app-privacy-policy-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
539 lines (534 loc) · 34.9 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!DOCTYPE html>
<html lang="en">
<head>
<!--
App Privacy Policy Generator: A simple web app to generate a generic
privacy policy for your Android/iOS apps
Copyright 2017-Present Nishant Srivastava
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<title>App Privacy Policy Generator</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A simple web app to generate a generic privacy policy for your Android/iOS apps">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="copyright" content="Nishant Srivastava">
<meta name="author" content="Nishant Srivastava, [email protected]">
<!-- Add to homescreen for Chrome on Android-->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<!-- Add to homescreen for Safari on iOS-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="App Privacy Policy Generator">
<!-- Tile icon for Win8 (144x144 + tile color)-->
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.0/css/bulma.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="bg-pattern">
<div id="app">
<div class="container">
<section class="hero is-primary">
<div class="hero-body">
<div class="columns">
<div class="column">
<div class="content"><a class="title" href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer">
<h1>App <em>Privacy Policy</em> Generator</h1></a>
<h4 class="subtitle">
Generate a generic Privacy Policy and Terms & Conditions
for your apps
<p>Built with <img class="heart-logo" src="images/app_icons/heart.svg" alt="heart"> by <a href="http://www.nisrulz.com/" target="_blank" rel="noopener noreferrer">Nishant </a><a href="https://github.com/nisrulz/app-privacy-policy-generator/graphs/contributors" target="_blank" rel="noopener noreferrer">and contributors. </a></p>
<p><a href="https://twitter.com/intent/tweet?text=%F0%9F%93%9D%20App%20Privacy%20Policy%20Generator%3A%20A%20free%20web-app%20to%20generate%20a%20generic%20privacy%20policy%20for%20your%20Android%2FiOS%2FKaiOS%20%F0%9F%93%B1%20apps%20%F0%9F%9A%80%20%7C%20Built%20by%20%40nisrulz%20%20%E2%9C%85%20Web%20App%3A%20https%3A%2F%2Fapp-privacy-policy-generator.nisrulz.com%20%E2%9C%85%20Checkout%20Reviews%3A%20https%3A%2F%2Fgithub.com%2Fnisrulz%2Fapp-privacy-policy-generator%2Fissues%2F65%20%F0%9F%91%A8%F0%9F%8F%BB%E2%80%8D%F0%9F%92%BB%20%23appg%20%23free%20%23app%20%23privacy%20%23policy%20%23generator%20%20" target="_blank" rel="noopener noreferrer"><img class="social-logo" src="images/social_icons/twitter.svg" alt="Twitter"></a><a @click="toggleDisclaimerModalVisibility" rel="noopener noreferrer"><img class="social-logo" src="images/app_icons/disclaimer.svg" alt="Disclaimer"></a><a href="https://github.com/nisrulz/app-privacy-policy-generator" target="_blank" rel="noopener noreferrer"><img alt="GitHub stars" src="https://img.shields.io/github/stars/nisrulz/app-privacy-policy-generator?style=social"></a></p>
</h4>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="step-1" v-if="wizardStep==1">
<div class="columns">
<div class="column is-6 is-information"><img class="center-block sidebar-img" src="images/app_graphics/step_1.svg"><img class="center-block nav-btn" src="images/app_icons/next.png" @click="nextStep()"></div>
<div class="column box scrollable">
<div class="control is-expanded">
<p class="help form-label">App Name</p>
<input class="input" type="text" required v-model="appName" placeholder="Awesome App Name" v-bind:class="{ 'is-danger': (appName == 'Please provide an App Name!' || appName.length == 0) }">
</div>
<div class="control is-expanded">
<p class="help form-label">Contact Information</p>
<input class="input" type="email" required v-model="appContact" placeholder="Email Address" v-bind:class="{ 'is-danger': (appContact == 'Please provide contact info!' || appContact.length == 0) }">
</div>
<div class="control is-expanded">
<p class="help form-label">Personally Identifiable Information</p>
<!-- PII-->
<input class="input is-primary" type="text" v-model="pidInfoIn" placeholder="Personally Identifiable Information you collect (comma separated)">
</div>
<div class="control is-expanded">
<p class="help form-label">App Type</p>
<!-- Type of App-->
<div class="select is-primary">
<select v-model="typeOfApp">
<option value="" disabled="">Select app type</option>
<option>Free</option>
<option>Open Source</option>
<option>Freemium</option>
<option>Ad Supported</option>
<option>Commercial</option>
</select>
</div>
</div>
<div class="control is-expanded">
<p class="help form-label">Mobile OS</p>
<!-- Mobile OS-->
<div class="select is-primary">
<select v-model="osType">
<option value="" disabled="">Select mobile OS</option>
<option>Android</option>
<option>iOS</option>
<option>KaiOS</option>
<option>Android & iOS</option>
<option>Android, iOS & KaiOS</option>
</select>
</div>
</div>
<div class="control">
<p class="help form-label">Policy Effective Date</p>
<!-- Policy Effective Date-->
<input class="input is-primary" type="date" required="" v-model="effectiveFromDate">
</div>
<div class="control is-expanded">
<p class="help form-label">OwnerType</p>
<!-- Owner-->
<div class="select is-primary">
<select v-model="typeOfDev">
<option value="" disabled="">Select owner type</option>
<option>Individual</option>
<option>Company</option>
</select>
</div>
</div>
<div class="control is-expanded" v-if="typeOfDev=='Company'">
<p class="help form-label">Company Name</p>
<!-- Company Name-->
<input class="input is-primary" type="text" v-model="companyName" placeholder="Company Name">
</div>
<div class="control is-expanded" v-if="typeOfDev=='Individual'">
<p class="help form-label">Developer Name</p>
<!-- Developer Name-->
<input class="input is-primary" type="text" v-model="devName" placeholder="Developer Name">
</div>
</div>
</div>
</section>
<section class="section" id="step-2" v-if="wizardStep==2">
<div class="columns">
<div class="column is-6 is-information"><img class="center-block sidebar-img" src="images/app_graphics/step_2.svg">
<div class="center-parent"><img class="child nav-btn" src="images/app_icons/prev.png" @click="prevStep()"><img class="child nav-btn" src="images/app_icons/next.png" @click="nextStep()"></div>
</div>
<div class="column box scrollable"><b>Include links to Third Party Services</b><a v-for="item in thirdPartyServices" rel="noopener noreferrer"><br>
<input type="checkbox" :id="'list-switch-' + item.model" v-model="item[item.model]">
<label :for="'list-switch-' + item.model"><img class="thirdparty-logo" :src="item.logo" :alt="item.name"><span class="thirdparty-text">{{ item.name }}</span></label></a></div>
</div>
</section>
<section class="section" id="step-3" v-if="wizardStep==3">
<div class="columns">
<div class="column is-6 is-information"><img class="center-block sidebar-img" src="images/app_graphics/step_3.svg"><img class="center-block nav-btn" src="images/app_icons/prev.png" @click="prevStep()"></div>
<div class="column">
<div class="box">
<ol>While App Privacy Policy Generator is completely <b>FREE</b>, it takes money to keep it running and updated.
<p>If you are able to, then consider contributing by:
<li><a href="https://github.com/sponsors/nisrulz" target="_blank" rel="noopener noreferrer">Sponsoring me on Github 👨🏻‍💻</a></li>
<li><a href="https://ko-fi.com/nisrulz" target="_blank" rel="noopener noreferrer">Buying me a cup of ☕</a></li>
</p>
</ol>
<p>If you are unable to contribute with funds, consider sharing it with your friends: <a href="https://twitter.com/intent/tweet?text=%F0%9F%93%9D%20App%20Privacy%20Policy%20Generator%3A%20A%20free%20web-app%20to%20generate%20a%20generic%20privacy%20policy%20for%20your%20Android%2FiOS%2FKaiOS%20%F0%9F%93%B1%20apps%20%F0%9F%9A%80%20%7C%20Built%20by%20%40nisrulz%20%20%E2%9C%85%20Web%20App%3A%20https%3A%2F%2Fapp-privacy-policy-generator.nisrulz.com%20%E2%9C%85%20Checkout%20Reviews%3A%20https%3A%2F%2Fgithub.com%2Fnisrulz%2Fapp-privacy-policy-generator%2Fissues%2F65%20%F0%9F%91%A8%F0%9F%8F%BB%E2%80%8D%F0%9F%92%BB%20%23appg%20%23free%20%23app%20%23privacy%20%23policy%20%23generator%20%20" target="_blank" rel="noopener noreferrer">Twitter, </a><a href="https://www.linkedin.com/shareArticle?mini=true&url=https://app-privacy-policy-generator.nisrulz.com/" target="_blank" rel="noopener noreferrer">Linkedin, </a><a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fapp-privacy-policy-generator.nisrulz.com%2F" target="_blank" rel="noopener noreferrer">Facebook, </a><a href="https://reddit.com/submit?url=https://app-privacy-policy-generator.nisrulz.com/&title=%F0%9F%93%9D%20App%20Privacy%20Policy%20Generator" target="_blank" rel="noopener noreferrer">Reddit</a></p>
<p>...or adding a review/comment in the project's <a href="https://github.com/nisrulz/app-privacy-policy-generator/issues/65" target="_blank" rel="noopener noreferrer">GuestBook 🤗</a></p>
</div>
<div class="box final-box"><b>All Done!</b><br>
<p>Now sit back and choose the type of document you want to generate: </p><br><a class="button is-primary" @click="togglePrivacyModalVisibility" rel="noopener noreferrer">Privacy Policy</a><a class="button is-info" @click="toggleTermsModalVisibility" rel="noopener noreferrer">Terms & Conditions</a><br><br>
<p class="has-text-grey-light">The accuracy of the generated privacy policy and terms & conditions on this website is not legally binding. Use at your own risk.</p>
<p><a class="has-text-danger" @click="toggleDisclaimerModalVisibility" rel="noopener noreferrer">Read the full Disclaimer here</a></p>
</div>
<form id="fc-form" action="https://app.flycricket.com/import/privacy" method="post" target="_blank">
<input type="hidden" name="fc-referrer" value="nishant">
<input id="fc-terms" type="hidden" name="fc-terms">
<input id="fc-body" type="hidden" name="fc-privacy">
<input id="fc-name" type="hidden" name="fc-name" v-model="appName">
</form>
</div>
</div>
</section>
<div class="modal" v-bind:class="{ 'is-active': showPrivacyModal }">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title no-select">Privacy Policy</p>
<button class="delete" aria-label="close" @click="togglePrivacyModalVisibility"></button>
</header>
<section class="modal-card-body modal-box">
<div id="privacy_content" v-show="contentRenderType==1"><strong>Privacy Policy</strong>
<p>
{{ devOrCompanyName }} built the {{ appName }} app as
{{typeOfAppTxt}} app. This SERVICE is provided by
{{ devOrCompanyName }} {{ atNoCost }} and is intended for use as
is.
</p>
<p>
This page is used to inform visitors regarding {{myOrOur}}
policies with the collection, use, and disclosure of Personal
Information if anyone decided to use {{myOrOur}} Service.
</p>
<p>
If you choose to use {{ myOrOur }} Service, then you agree to
the collection and use of information in relation to this
policy. The Personal Information that {{iOrWe}} collect is
used for providing and improving the Service. {{iOrWe |
capitalize }} will not use or share your information with
anyone except as described in this Privacy Policy.
</p>
<p>
The terms used in this Privacy Policy have the same meanings
as in our Terms and Conditions, which are accessible at
{{ appName }} unless otherwise defined in this Privacy Policy.
</p>
<p><strong>Information Collection and Use</strong></p>
<p>
For a better experience, while using our Service, {{ iOrWe }}
may require you to provide us with certain personally
identifiable information{{pidInfo}} The information that
{{iOrWe}} request will be {{retainedInfo}}.
</p>
<div v-if="hasThirdPartyServicesSelected">
<p>
The app does use third-party services that may collect
information used to identify you.
</p>
<p>
Link to the privacy policy of third-party service providers used
by the app
</p>
<ul>
<li v-if="item[item.model] && item.link.privacy" v-for="item in thirdPartyServices"><a :href="item.link.privacy" target="_blank" rel="noopener noreferrer">{{item.name}}</a></li>
</ul>
</div>
<p><strong>Log Data</strong></p>
<p>
{{iOrWe | capitalize }} want to inform you that whenever you
use {{myOrOur}} Service, in a case of an error in the app
{{iOrWe}} collect data and information (through third-party
products) on your phone called Log Data. This Log Data may
include information such as your device Internet Protocol
(“IP”) address, device name, operating system version, the
configuration of the app when utilizing {{ myOrOur }} Service,
the time and date of your use of the Service, and other
statistics.
</p>
<p><strong>Cookies</strong></p>
<p>
Cookies are files with a small amount of data that are
commonly used as anonymous unique identifiers. These are sent
to your browser from the websites that you visit and are
stored on your device's internal memory.
</p>
<p>
This Service does not use these “cookies” explicitly. However,
the app may use third-party code and libraries that use
“cookies” to collect information and improve their services.
You have the option to either accept or refuse these cookies
and know when a cookie is being sent to your device. If you
choose to refuse our cookies, you may not be able to use some
portions of this Service.
</p>
<p><strong>Service Providers</strong></p>
<p>
{{iOrWe | capitalize }} may employ third-party companies and
individuals due to the following reasons:
</p>
<ul>
<li>To facilitate our Service;</li>
<li>To provide the Service on our behalf;</li>
<li>To perform Service-related services; or</li>
<li>To assist us in analyzing how our Service is used.</li>
</ul>
<p>
{{iOrWe | capitalize }} want to inform users of this Service
that these third parties have access to their Personal
Information. The reason is to perform the tasks assigned to
them on our behalf. However, they are obligated not to
disclose or use the information for any other purpose.
</p>
<p><strong>Security</strong></p>
<p>
{{iOrWe | capitalize }} value your trust in providing us your
Personal Information, thus we are striving to use commercially
acceptable means of protecting it. But remember that no method
of transmission over the internet, or method of electronic
storage is 100% secure and reliable, and {{ iOrWe }} cannot
guarantee its absolute security.
</p>
<p><strong>Links to Other Sites</strong></p>
<p>
This Service may contain links to other sites. If you click on
a third-party link, you will be directed to that site. Note
that these external sites are not operated by {{ meOrUs }}.
Therefore, {{ iOrWe }} strongly advise you to review the
Privacy Policy of these websites. {{iOrWe | capitalize }} have
no control over and assume no responsibility for the content,
privacy policies, or practices of any third-party sites or
services.
</p>
<p><strong>Children’s Privacy</strong></p>
<div v-if="hasThirdPartyServicesSelected">
<p>
These Services do not address anyone under the age of 13.
{{iOrWe | capitalize }} do not knowingly collect personally
identifiable information from children under 13 years of age. In the case
{{ iOrWe }} discover that a child under 13 has provided
{{ meOrUs }} with personal information, {{ iOrWe }} immediately
delete this from our servers. If you are a parent or guardian
and you are aware that your child has provided us with
personal information, please contact {{ meOrUs }} so that
{{ iOrWe }} will be able to do the necessary actions.
</p>
</div>
<div v-if="!hasThirdPartyServicesSelected">
<p>
{{iOrWe | capitalize }} do not knowingly collect personally
identifiable information from children. {{iOrWe | capitalize }}
encourage all children to never submit any personally
identifiable information through
the Application and/or Services.
{{iOrWe | capitalize }} encourage parents and legal guardians to monitor
their children's Internet usage and to help enforce this Policy by instructing
their children never to provide personally identifiable information through the Application and/or Services without their permission. If you have reason to believe that a child
has provided personally identifiable information to us through the Application and/or Services,
please contact us. You must also be at least 16 years of age to consent to the processing
of your personally identifiable information in your country (in some countries we may allow your parent
or guardian to do so on your behalf).
</p>
</div>
<p><strong>Changes to This Privacy Policy</strong></p>
<p>
{{iOrWe | capitalize }} may update our Privacy Policy from
time to time. Thus, you are advised to review this page
periodically for any changes. {{iOrWe | capitalize }} will
notify you of any changes by posting the new Privacy Policy on
this page.
</p>
<p>This policy is effective as of {{ effectiveFromDate }}</p>
<p><strong>Contact Us</strong></p>
<p>
If you have any questions or suggestions about {{ myOrOur }}
Privacy Policy, do not hesitate to contact {{meOrUs}} at {{
appContact }}.
</p>
<p>This privacy policy page was created at <a href="https://privacypolicytemplate.net" target="_blank" rel="noopener noreferrer">privacypolicytemplate.net </a>and modified/generated by <a href="https://app-privacy-policy-generator.nisrulz.com/" target="_blank" rel="noopener noreferrer">App Privacy Policy Generator</a></p>
</div>
<textarea class="textarea" id="privacy_txtarea" onclick="this.focus();this.select()" readonly="readonly" v-show="contentRenderType==2"></textarea>
</section>
<footer class="modal-card-foot">
<button class="button is-success" @click="getHtml('privacy_content','privacy_txtarea')">HTML</button>
<button class="button is-success" @click="getMarkdown('privacy_content', 'privacy_txtarea')">Markdown</button>
<button class="button is-success" v-if="contentRenderType!=1" @click="preview()">Preview</button>
<div style="flex:1">
<button class="button is-info" @click="fc_deploy()" style="float:right;">Deploy to Flycricket</button>
</div>
</footer>
</div>
</div>
<div class="modal" v-bind:class="{ 'is-active': showTermsModal }">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title no-select">Terms & Conditions</p>
<button class="delete" aria-label="close" @click="toggleTermsModalVisibility"></button>
</header>
<section class="modal-card-body modal-box">
<div id="tandc_content" v-show="contentRenderType==1"><strong>Terms & Conditions</strong>
<p>
By downloading or using the app, these terms will
automatically apply to you – you should make sure therefore
that you read them carefully before using the app. You’re not
allowed to copy or modify the app, any part of the app, or
our trademarks in any way. You’re not allowed to attempt to
extract the source code of the app, and you also shouldn’t try
to translate the app into other languages or make derivative
versions. The app itself, and all the trademarks, copyright,
database rights, and other intellectual property rights related
to it, still belong to {{devOrCompanyName}}.
</p>
<p>
{{devOrCompanyName}} is committed to ensuring that the app is
as useful and efficient as possible. For that reason, we
reserve the right to make changes to the app or to charge for
its services, at any time and for any reason. We will never
charge you for the app or its services without making it very
clear to you exactly what you’re paying for.
</p>
<p>
The {{appName}} app stores and processes personal data that
you have provided to us, to provide {{myOrOur}}
Service. It’s your responsibility to keep your phone and
access to the app secure. We therefore recommend that you do
not jailbreak or root your phone, which is the process of
removing software restrictions and limitations imposed by the
official operating system of your device. It could make your
phone vulnerable to malware/viruses/malicious programs,
compromise your phone’s security features and it could mean
that the {{appName}} app won’t work properly or at all.
</p>
<div v-if="hasThirdPartyServicesSelected">
<p>
The app does use third-party services that declare their
Terms and Conditions.
</p>
<p>
Link to Terms and Conditions of third-party service
providers used by the app
</p>
<ul>
<li v-if="item[item.model] && item.link.terms" v-for="item in thirdPartyServices"><a :href="item.link.terms" target="_blank" rel="noopener noreferrer">{{item.name}}</a></li>
</ul>
</div>
<p>
You should be aware that there are certain things that
{{devOrCompanyName}} will not take responsibility for. Certain
functions of the app will require the app to have an active
internet connection. The connection can be Wi-Fi or provided
by your mobile network provider, but {{devOrCompanyName}}
cannot take responsibility for the app not working at full
functionality if you don’t have access to Wi-Fi, and you don’t
have any of your data allowance left.
</p>
<p></p>
<p>
If you’re using the app outside of an area with Wi-Fi, you
should remember that the terms of the agreement with your
mobile network provider will still apply. As a result, you may
be charged by your mobile provider for the cost of data for
the duration of the connection while accessing the app, or
other third-party charges. In using the app, you’re accepting
responsibility for any such charges, including roaming data
charges if you use the app outside of your home territory
(i.e. region or country) without turning off data roaming. If
you are not the bill payer for the device on which you’re
using the app, please be aware that we assume that you have
received permission from the bill payer for using the app.
</p>
<p>
Along the same lines, {{devOrCompanyName}} cannot always take
responsibility for the way you use the app i.e. You need to
make sure that your device stays charged – if it runs out of
battery and you can’t turn it on to avail the Service,
{{devOrCompanyName}} cannot accept responsibility.
</p>
<p>
With respect to {{devOrCompanyName}}’s responsibility for your
use of the app, when you’re using the app, it’s important to
bear in mind that although we endeavor to ensure that it is
updated and correct at all times, we do rely on third parties
to provide information to us so that we can make it available
to you. {{devOrCompanyName}} accepts no liability for any
loss, direct or indirect, you experience as a result of
relying wholly on this functionality of the app.
</p>
<p>
At some point, we may wish to update the app. The app is
currently available on {{osType}} – the requirements for the
{{requirementOfSystem}}(and for any additional systems we
decide to extend the availability of the app to) may change,
and you’ll need to download the updates if you want to keep
using the app. {{devOrCompanyName}} does not promise that it
will always update the app so that it is relevant to you
and/or works with the {{osType}} version that you have
installed on your device. However, you promise to always
accept updates to the application when offered to you, We may
also wish to stop providing the app, and may terminate use of
it at any time without giving notice of termination to you.
Unless we tell you otherwise, upon any termination, (a) the
rights and licenses granted to you in these terms will end;
(b) you must stop using the app, and (if needed) delete it
from your device.
</p>
<p><strong>Changes to This Terms and Conditions</strong></p>
<p>
{{iOrWe | capitalize }} may update our Terms and Conditions
from time to time. Thus, you are advised to review this page
periodically for any changes. {{iOrWe | capitalize }} will
notify you of any changes by posting the new Terms and
Conditions on this page.
</p>
<p>
These terms and conditions are effective as of {{
effectiveFromDate }}
</p>
<p><strong>Contact Us</strong></p>
<p>
If you have any questions or suggestions about {{ myOrOur }}
Terms and Conditions, do not hesitate to contact {{ meOrUs }}
at {{ appContact }}.
</p>
<p>This Terms and Conditions page was generated by <a href="https://app-privacy-policy-generator.nisrulz.com/" target="_blank" rel="noopener noreferrer">App Privacy Policy Generator</a></p>
</div>
<textarea class="textarea" id="tandc_txtarea" onclick="this.focus();this.select()" readonly="readonly" v-show="contentRenderType==2"></textarea>
</section>
<footer class="modal-card-foot">
<button class="button is-success" @click="getHtml('tandc_content','tandc_txtarea')">HTML</button>
<button class="button is-success" @click="getMarkdown('tandc_content', 'tandc_txtarea')">Markdown</button>
<button class="button is-success" v-if="contentRenderType!=1" @click="preview()">Preview</button>
<div style="flex:1">
<button class="button is-info" @click="fc_deploy()" style="float:right;">Deploy to Flycricket</button>
</div>
</footer>
</div>
</div>
<div class="modal" v-bind:class="{ 'is-active': showDisclaimerModal }">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Disclaimer</p>
<button class="delete" aria-label="close" @click="toggleDisclaimerModalVisibility"></button>
</header>
<section class="modal-card-body">
<p>
This template for privacy policy and terms & conditions is
provided on "AS IS" basis, without warranties or conditions of
any kind, either expressed or implied. It is intended for you as
an inspirational document and you may use it when compiling your
own privacy policy. The developer of App Privacy Policy
Generator does not take any responsibility for the legal
consequences associated with the use of this privacy policy or
terms & conditions, and urges you to seek independent legal
advice ensuring compliance with all rules applicable for the
users of your application. The developer of App Privacy Policy
Generator can in no way be found liable for any direct or
indirect damage/loss suffered by individual/company due to the
use of this document.
</p>
</section>
<footer class="modal-card-foot">
<button class="button is-info" aria-label="close" @click="toggleDisclaimerModalVisibility">Ok</button>
</footer>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/to-markdown/3.1.1/to-markdown.min.js" integrity="sha256-2PIa0cHy6lNEesnk4/qokv291Whx/uhAy2V6WL2zmfo=" crossorigin="anonymous"></script>
<script src="js/thirdpartyservices.js"></script>
<script src="js/utils.js"></script>
<script src="js/main.js"></script>
<script src="js/flycricket.js"></script>
</body>
</html>