-
-
Notifications
You must be signed in to change notification settings - Fork 395
/
Copy pathindex.html
70 lines (66 loc) · 51.6 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
<!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"><meta name="copyright" content="Nishant Srivastava"><meta name="author" content="Nishant Srivastava, [email protected]"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"><link rel="manifest" href="site.webmanifest"><link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"><link rel="stylesheet prefetch" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"><link rel="stylesheet" href="css/style.min.css"></head><body class="bg-pattern"><div class="container mt-6" id="app"><section class="columns has-text-centered" id="step-1" v-if="wizardStep==1"><div class="column is-three-fifths is-offset-one-fifth"><a class="title" href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer"><p class="is-size-1">App Privacy Policy Generator</p></a><img class="center-block hero-image" src="images/app_graphics/side_image.svg"><p class="is-size-5 mt-2">Generate a customized Privacy Policy and Terms of Use document for your mobile apps</p><p class="mt-2">Forever <a href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer">free and open-source, </a>built with <span class="heart">♥️ </span>by <a href="http://www.nisrulz.com/" target="_blank" rel="noopener noreferrer">Nishant</a> and <a href="https://github.com/nisrulz/app-privacy-policy-generator/graphs/contributors" target="_blank" rel="noopener noreferrer">contributors.</a><br><a href="https://github.com/nisrulz/app-privacy-policy-generator/issues/65" target="_blank" rel="noopener noreferrer">⭐️ Check out the Guestbook for reviews </a><span>| </span><a class="has-info" rel="noopener noreferrer" @click="toggleFaqModalVisibility">Read FAQ</a></p><p class="mt-2"><a href="https://bsky.app/intent/compose?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.%0A%0A%F0%9F%91%A8%F0%9F%8F%BB%E2%80%8D%F0%9F%92%BB%20Built%20by%20%40nisrulz.com%20%0A%0A%E2%9C%85%20Web%20App%3A%20https%3A%2F%2Fapp-privacy-policy-generator.nisrulz.com%20%0A%0A%E2%9C%85%20Checkout%20Reviews%3A%20https%3A%2F%2Fgithub.com%2Fnisrulz%2Fapp-privacy-policy-generator%2Fissues%2F65%20%0A%0A%23appg%20%23free%20%23app%20%23privacy%20%23policy%20%23generator" target="_blank" rel="noopener noreferrer"><img style="margin-right: 6px" src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff&label=Share%20on&color=0285FF" alt="Bluesky"></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><a href="https://ko-fi.com/A443EQ6" target="_blank"><img style="border: 0px;height: 1.2em;margin-left: 6px" src="https://storage.ko-fi.com/cdn/kofi1.png?v=3" alt="Buy Me a Coffee at ko-fi.com"></a></p><hr><button class="button is-primary start-btn" @click="nextStep">Start</button></div></section><section class="columns" id="step-2" v-if="wizardStep==2"><div class="column card"><div class="card-content"><p><a href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer">App Privacy Policy Generator</a></p><progress class="progress is-small is-link" value="16" max="100"></progress><div class="scrollable content"><div class="control">Type: <label class="radio"><input v-model="typeOfPolicyInt" value="1" type="radio"> Simple</label><label class="radio"><input v-model="typeOfPolicyInt" value="2" type="radio"> No Tracking</label><label class="radio"><input v-model="typeOfPolicyInt" value="3" type="radio"> GDPR</label></div><br><div class="control"><div class="field"><label class="label">App Name</label><div class="control"><input class="input" id="appName" v-bind:class="{ 'is-danger': (appName.length == 0) }" placeholder="Awesome App Name" v-model="appName" required="" type="text"></div><p class="help" v-bind:class="{ 'is-danger': (appName.length == 0) }" v-show="(appName.length == 0)">Application Name is required.</p></div></div><br><div class="control"><div class="field"><label class="label">Contact Information</label><div class="control"><input class="input" id="appContact" v-bind:class="{ 'is-danger': (appContact.length == 0) }" placeholder="Email Address" v-model="appContact" required="" type="email"></div><p class="help" v-bind:class="{ 'is-danger': (appContact.length == 0) }" v-show="(appContact.length == 0)">Email address is required.</p></div></div><br><div class="control"><div class="field"><label class="label">Policy Effective Date</label><div class="control"><input class="input is-primary" id="effectiveFromDate" v-model="effectiveFromDate" required="" type="date"></div></div></div><br><div class="control" v-show="typeOfPolicyInt!=2"><div class="field"><label class="label">Personally Identifiable Information</label><div class="control"><input class="input" id="pidInfoIn" placeholder="Email, userId, age, gender, etc" v-model="pidInfoIn" type="text"></div><p class="help has-text-grey">Personally Identifiable Information you collect (comma separated)</p></div></div></div></div><footer class="card-footer"><a class="card-footer-item" @click="prevStep">Previous</a><a class="card-footer-item" @click="nextStep">Next</a></footer></div><div class="column is-information is-hidden-touch"><img class="center-block sidebar-img" src="images/app_graphics/side_image.svg"></div></section><section class="columns" id="step-3" v-if="wizardStep==3"><div class="column card"><div class="card-content"><p><a href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer">App Privacy Policy Generator</a></p><progress class="progress is-small is-link" value="32" max="100"></progress><div class="scrollable content"><div class="control">Select App Type:<span class="tag is-primary is-light">{{typeOfApp}}</span><br><label class="radio"><input v-model="typeOfApp" value="Free" type="radio"> Free</label><br><label class="radio"><input v-model="typeOfApp" value="Open Source" type="radio"> Open Source</label><br><label class="radio"><input v-model="typeOfApp" value="Freemium" type="radio"> Freemium</label><br><label class="radio"><input v-model="typeOfApp" value="Ad Supported" type="radio"> Ad Supported</label><br><label class="radio"><input v-model="typeOfApp" value="Commercial" type="radio"> Commercial</label></div><br><div class="block" v-show="typeOfPolicyInt!=2"><input v-model="isLocationTracked" id="locationcheckbox" type="checkbox"><label for="locationcheckbox"><img class="checkbox-logo" src="images/app_graphics/location.svg"><strong>Is Location tracked</strong></label></div></div></div><footer class="card-footer"><a class="card-footer-item" @click="prevStep">Previous</a><a class="card-footer-item" @click="nextStep">Next</a></footer></div><div class="column is-information is-hidden-touch"><img class="center-block sidebar-img" src="images/app_graphics/side_image.svg"></div></section><section class="columns" id="step-4" v-if="wizardStep==4"><div class="column card"><div class="card-content"><p><a href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer">App Privacy Policy Generator</a></p><progress class="progress is-small is-link" value="48" max="100"></progress><div class="scrollable content"><div class="control">Select Mobile OS:<span class="tag is-primary is-light">{{osType}}</span><br><label class="radio"><input v-model="osType" value="Android" type="radio"> Android</label><br><label class="radio"><input v-model="osType" value="iOS" type="radio"> iOS</label><br><label class="radio"><input v-model="osType" value="KaiOS" type="radio"> KaiOS</label><br><label class="radio"><input v-model="osType" value="Android & iOS" type="radio"> Android & iOS</label><br><label class="radio"><input v-model="osType" value="Android, iOS & KaiOS" type="radio"> Android, iOS & KaiOS</label></div></div></div><footer class="card-footer"><a class="card-footer-item" @click="prevStep">Previous</a><a class="card-footer-item" @click="nextStep">Next</a></footer></div><div class="column is-information is-hidden-touch"><img class="center-block sidebar-img" src="images/app_graphics/side_image.svg"></div></section><section class="columns" id="step-5" v-if="wizardStep==5"><div class="column card"><div class="card-content"><p><a href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer">App Privacy Policy Generator</a></p><progress class="progress is-small is-link" value="64" max="100"></progress><div class="scrollable content"><div class="control">Select owner type:<span class="tag is-primary is-light">{{typeOfDev}}</span><br><label class="radio"><input v-model="typeOfDev" value="Individual" type="radio"> Individual</label><br><label class="radio"><input v-model="typeOfDev" value="Company" type="radio"> Company</label></div><br><div class="control" v-if="typeOfDev=='Company'"><div class="field"><label class="label">Company Name</label><div class="control"><input class="input is-primary" id="companyName" placeholder="Company Name" v-model="companyName" type="text"></div></div></div><div class="control" v-if="typeOfDev=='Individual'"><div class="field"><label class="label">Developer Name</label><div class="control"><input class="input is-primary" id="devName" placeholder="Developer Name" v-model="devName" type="text"></div></div></div></div></div><footer class="card-footer"><a class="card-footer-item" @click="prevStep">Previous</a><a class="card-footer-item" @click="nextStep">Next</a></footer></div><div class="column is-information is-hidden-touch"><img class="center-block sidebar-img" src="images/app_graphics/side_image.svg"></div></section><section class="columns" id="step-6" v-if="wizardStep==6"><div class="column card"><div class="card-content"><p><a href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer">App Privacy Policy Generator</a></p><progress class="progress is-small is-link" value="80" max="100"></progress><div v-show="typeOfPolicyInt!=2"><p><b>Include links to Third Party Services </b><span class="tag is-primary is-light">Scroll for more</span></p><div class="scrollable-thirdparty content"><a rel="noopener noreferrer" v-for="item in thirdPartyServices"><input v-model="item[item.model]" :id="'list-switch-' + item.model" type="checkbox"><label :for="'list-switch-' + item.model"><img class="checkbox-logo" :alt="item.name" :src="item.logo"><span>{{ item.name }}</span></label></a></div></div><div v-show="typeOfPolicyInt==2"><p>No third party services to choose. Goto <b>Next step.</b></p><div class="scrollable-thirdparty content"></div></div></div><footer class="card-footer"><a class="card-footer-item" @click="prevStep">Previous</a><a class="card-footer-item" @click="nextStep">Next</a></footer></div><div class="column is-information is-hidden-touch"><img class="center-block sidebar-img" src="images/app_graphics/side_image.svg"></div></section><section class="columns" id="step-7" v-if="wizardStep==7"><div class="column card"><div class="card-content"><p><a href="https://github.com/nisrulz/app-privacy-policy-generator#app-privacy-policy-generator" target="_blank" rel="noopener noreferrer">App Privacy Policy Generator</a></p><progress class="progress is-small is-primary" value="100" max="100"></progress><div class="scrollable content"><div class="notification is-warning"><p>While App Privacy Policy Generator is completely FREE, it takes money to keep it running and updated.
If you are able to, then consider contributing by:</p><ol><li><a rel="noopener noreferrer" target="_blank" href="https://github.com/sponsors/nisrulz">Sponsoring me on Github 👨🏻💻</a></li><li><a rel="noopener noreferrer" target="_blank" href="https://ko-fi.com/nisrulz">Buying me a cup of ☕</a></li><p></p></ol><p>If you are unable to contribute with funds, consider sharing it with your friends:<a rel="noopener noreferrer" target="_blank" href="https://bsky.app/intent/compose?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.%0A%0A%F0%9F%91%A8%F0%9F%8F%BB%E2%80%8D%F0%9F%92%BB%20Built%20by%20%40nisrulz.com%20%0A%0A%E2%9C%85%20Web%20App%3A%20https%3A%2F%2Fapp-privacy-policy-generator.nisrulz.com%20%0A%0A%E2%9C%85%20Checkout%20Reviews%3A%20https%3A%2F%2Fgithub.com%2Fnisrulz%2Fapp-privacy-policy-generator%2Fissues%2F65%20%0A%0A%23appg%20%23free%20%23app%20%23privacy%20%23policy%20%23generator"> Bluesky,</a><a rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=https://app-privacy-policy-generator.nisrulz.com/"> Linkedin,</a><a rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fapp-privacy-policy-generator.nisrulz.com%2F"> Facebook,</a><a rel="noopener noreferrer" target="_blank" href="https://reddit.com/submit?url=https://app-privacy-policy-generator.nisrulz.com/&title=%F0%9F%93%9D%20App%20Privacy%20Policy%20Generator"> Reddit</a></p><p>...or adding a review/comment in the project's<a rel="noopener noreferrer" target="_blank" href="https://github.com/nisrulz/app-privacy-policy-generator/issues/65"> GuestBook 🤗</a></p></div><p>Now sit back and choose the type of document you want to generate.<br><a class="has-info" rel="noopener noreferrer" @click="toggleFaqModalVisibility">Read FAQ</a><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" rel="noopener noreferrer" @click="toggleDisclaimerModalVisibility">Read the full Disclaimer here</a></p></p></div></div><footer class="card-footer"><a class="card-footer-item" @click="prevStep">Previous</a><a class="card-footer-item" @click="togglePrivacyModalVisibility" rel="noopener noreferrer" v-if="typeOfPolicyInt==1">Privacy Policy</a><a class="card-footer-item" @click="toggleNoTrackingPrivacyPolicyModalVisibility" rel="noopener noreferrer" v-if="typeOfPolicyInt==2">Privacy Policy</a><a class="card-footer-item" @click="toggleGDPRPrivacyModalVisibility" rel="noopener noreferrer" v-if="typeOfPolicyInt==3">Privacy Policy</a><a class="card-footer-item" @click="toggleTermsModalVisibility" rel="noopener noreferrer">Terms & Conditions</a></footer></div><div class="column is-information is-hidden-touch"><img class="center-block sidebar-img" src="images/app_graphics/side_image.svg"></div></section><div class="modal" v-bind:class="{ 'is-active': showPrivacyModal }" v-show="typeOfPolicyInt==1"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title no-select">Simple Privacy Policy</p><button class="delete" aria-label="close" @click="togglePrivacyModalVisibility"></button></header><section class="modal-card-body modal-box"><div id="privacy_simple_content" v-show="contentRenderType==1"><strong>Privacy Policy</strong><p>This privacy policy applies to the {{ appName }} app (hereby referred to as "Application") for mobile devices that was created by {{ devOrCompanyName }} (hereby referred to as "Service Provider") as {{typeOfAppTxt}} service. This service is intended for use "AS IS".</p><br><strong>Information Collection and Use</strong><p>The Application collects information when you download and use it. This information may include information such as <ul> <li>Your device's Internet Protocol address (e.g. IP address)</li><li>The pages of the Application that you visit, the time and date of your visit, the time spent on those pages</li><li>The time spent on the Application</li><li>The operating system you use on your mobile device</li></ul></p><br><p v-show="!isLocationTracked">The Application does not gather precise information about the location of your mobile device.</p><div v-show="isLocationTracked"><p>The Application collects your device's location, which helps the Service Provider determine your approximate geographical location and make use of in below ways:</p><ul><li>Geolocation Services: The Service Provider utilizes location data to provide features such as personalized content, relevant recommendations, and location-based services.</li><li>Analytics and Improvements: Aggregated and anonymized location data helps the Service Provider to analyze user behavior, identify trends, and improve the overall performance and functionality of the Application.</li><li>Third-Party Services: Periodically, the Service Provider may transmit anonymized location data to external services. These services assist them in enhancing the Application and optimizing their offerings.</li></ul></div><br><p>The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices and marketing promotions.</p><br><p>For a better experience, while using the Application, the Service Provider may require you to provide us with certain personally identifiable information{{pidInfo}} The information that the Service Provider request will be retained by them and used as described in this privacy policy.</p><br><strong>Third Party Access</strong><p>Only aggregated, anonymized data is periodically transmitted to external services to aid the Service Provider in improving the Application and their service. The Service Provider may share your information with third parties in the ways that are described in this privacy statement.</p><div v-if="hasThirdPartyServicesSelected"><br><p>Please note that the Application utilizes third-party services that have their own Privacy Policy about handling data. Below are the links to the Privacy Policy of the third-party service providers used by the Application:</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><br><p>The Service Provider may disclose User Provided and Automatically Collected Information:<ul><li>as required by law, such as to comply with a subpoena, or similar legal process;</li><li>when they believe in good faith that disclosure is necessary to protect their rights, protect your safety or the safety of others, investigate fraud, or respond to a government request;</li><li>with their trusted services providers who work on their behalf, do not have an independent use of the information we disclose to them, and have agreed to adhere to the rules set forth in this privacy statement.</li></ul></p><br><strong>Opt-Out Rights</strong><p>You can stop all collection of information by the Application easily by uninstalling it. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network.</p><br><strong>Data Retention Policy</strong><p>The Service Provider will retain User Provided data for as long as you use the Application and for a reasonable time thereafter. If you'd like them to delete User Provided Data that you have provided via the Application, please contact them at {{ appContact }} and they will respond in a reasonable time.</p><br><strong>Children</strong><p>The Service Provider does not use the Application to knowingly solicit data from or market to children under the age of 13.</p><div v-if="hasThirdPartyServicesSelected"><br><p>The Application does not address anyone under the age of 13.
The Service Provider does not knowingly collect personally
identifiable information from children under 13 years of age. In the case
the Service Provider discover that a child under 13 has provided
personal information, the Service Provider will immediately
delete this from their servers. If you are a parent or guardian
and you are aware that your child has provided us with
personal information, please contact the Service Provider ({{ appContact }}) so that
they will be able to take the necessary actions.</p></div><div v-if="!hasThirdPartyServicesSelected"><br><p>The Service Provider does not knowingly collect personally
identifiable information from children. The Service Provider
encourages all children to never submit any personally
identifiable information through the Application and/or Services.
The Service Provider 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 the Service Provider through the Application and/or Services,
please contact the Service Provider ({{ appContact }}) so that they will be able to take the necessary actions.
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><br><strong>Security</strong><p>The Service Provider is concerned about safeguarding the confidentiality of your information. The Service Provider provides physical, electronic, and procedural safeguards to protect information the Service Provider processes and maintains.</p><br><strong>Changes</strong><p>This Privacy Policy may be updated from time to time for any reason. The Service Provider will notify you of any changes to the Privacy Policy by updating this page with the new Privacy Policy. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes.</p><br><p>This privacy policy is effective as of {{ effectiveFromDate }}</p><br><strong>Your Consent</strong><p>By using the Application, you are consenting to the processing of your information as set forth in this Privacy Policy now and as amended by us.</p><br><strong>Contact Us</strong><p>If you have any questions regarding privacy while using the Application, or have questions about the practices, please contact the Service Provider via email at {{ appContact }}.</p><hr><p>This privacy policy 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="privacy_simple_txtarea" onclick="this.focus();this.select()" readonly="readonly" v-show="contentRenderType==2"></textarea></section><footer class="modal-card-foot"><button class="button is-primary" @click="getHtml('privacy_simple_content','privacy_simple_txtarea')">HTML</button><button class="button is-primary" @click="getMarkdown('privacy_simple_content', 'privacy_simple_txtarea')">Markdown</button><button class="button is-primary" v-if="contentRenderType!=1" @click="preview()">Preview</button><div style="flex:1"><button class="button is-info" @click="fc_deploy_simple()" style="float:right;">Deploy to Flycricket</button></div></footer></div></div><div class="modal" v-bind:class="{ 'is-active': showNoTrackingPrivacyPolicyModal }" v-show="typeOfPolicyInt==2"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title no-select">No Tracking Privacy Policy</p><button class="delete" aria-label="close" @click="toggleNoTrackingPrivacyPolicyModalVisibility"></button></header><section class="modal-card-body modal-box"><div id="privacy_notrack_content" v-show="contentRenderType==1"><strong>Privacy Policy</strong><p>This privacy policy applies to the {{ appName }} app (hereby referred to as "Application") for mobile devices that was created by {{ devOrCompanyName }} (hereby referred to as "Service Provider") as {{typeOfAppTxt}} service. This service is intended for use "AS IS".</p><br><strong>What information does the Application obtain and how is it used?</strong><p>The Application does not obtain any information when you download and use it. Registration is not required to use the Application.</p><br><strong>Does the Application collect precise real time location information of the device?</strong><p>This Application does not collect precise information about the location of your mobile device.</p><br><strong>Do third parties see and/or have access to information obtained by the Application?</strong><p>Since the Application does not collect any information, no data is shared with third parties.</p><br><strong>What are my opt-out rights?</strong><p>You can stop all collection of information by the Application easily by uninstalling it. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network.</p><br><strong>Children</strong><p>The Application is not used to knowingly solicit data from or market to children under the age of 13.</p><br><p>The Service Provider does not knowingly collect personally
identifiable information from children. The Service Provider
encourages all children to never submit any personally
identifiable information through the Application and/or Services.
The Service Provider 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 the Service Provider through the Application and/or Services,
please contact the Service Provider ({{ appContact }}) so that they will be able to take the necessary actions.
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><br><strong>Security</strong><p>The Service Provider is concerned about safeguarding the confidentiality of your information. However, since the Application does not collect any information, there is no risk of your data being accessed by unauthorized individuals.</p><br><strong>Changes</strong><p>This Privacy Policy may be updated from time to time for any reason. The Service Provider will notify you of any changes to their Privacy Policy by updating this page with the new Privacy Policy. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes.</p><br><p>This privacy policy is effective as of {{ effectiveFromDate }}</p><br><strong>Your Consent</strong><p>By using the Application, you are consenting to the processing of your information as set forth in this Privacy Policy now and as amended by the Service Provider.</p><br><strong>Contact Us</strong><p>If you have any questions regarding privacy while using the Application, or have questions about the practices, please contact the Service Provider via email at {{ appContact }}.</p><hr><p>This privacy policy 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="privacy_notrack_txtarea" onclick="this.focus();this.select()" readonly="readonly" v-show="contentRenderType==2"></textarea></section><footer class="modal-card-foot"><button class="button is-primary" @click="getHtml('privacy_notrack_content','privacy_notrack_txtarea')">HTML</button><button class="button is-primary" @click="getMarkdown('privacy_notrack_content', 'privacy_notrack_txtarea')">Markdown</button><button class="button is-primary" v-if="contentRenderType!=1" @click="preview()">Preview</button><div style="flex:1"><button class="button is-info" @click="fc_deploy_notracking()" style="float:right;">Deploy to Flycricket</button></div></footer></div></div><div class="modal" v-bind:class="{ 'is-active': showGDPRPrivacyModal }" v-show="typeOfPolicyInt==3"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title no-select">GDPR Compliant Privacy Policy</p><button class="delete" aria-label="close" @click="toggleGDPRPrivacyModalVisibility"></button></header><section class="modal-card-body modal-box"><div id="privacy_gdpr_content" v-show="contentRenderType==1"><strong>Privacy Policy</strong><p>This privacy policy is applicable to the {{ appName }} app (hereinafter referred to as "Application") for mobile devices, which was developed by {{ devOrCompanyName }} (hereinafter referred to as "Service Provider") as a {{typeOfAppTxt}} service. This service is provided "AS IS".</p><br><strong>What information does the Application obtain and how is it used?</strong><br><strong>User Provided Information</strong><p>The Application acquires the information you supply when you download and register the Application. Registration with the Service Provider is not mandatory. However, bear in mind that you might not be able to utilize some of the features offered by the Application unless you register with them.</p><p>The Service Provider may also use the information you provided them to contact you from time to time to provide you with important information, required notices and marketing promotions.</p><br><strong>Automatically Collected Information </strong><p>In addition, the Application may collect certain information automatically, including, but not limited to, the type of mobile device you use, your mobile devices unique device ID, the IP address of your mobile device, your mobile operating system, the type of mobile Internet browsers you use, and information about the way you use the Application.</p><br><strong>Does the Application collect precise real time location information of the device?</strong><p v-show="!isLocationTracked">This Application does not gather precise information about the location of your mobile device.</p><div v-show="isLocationTracked"><p>This Application collects your device's location, which helps the Service Provider determine your approximate geographical location and make use of in below ways:</p><ul><li>Geolocation Services: The Service Provider utilizes location data to provide features such as personalized content, relevant recommendations, and location-based services.</li><li>Analytics and Improvements: Aggregated and anonymized location data helps the Service Provider to analyze user behavior, identify trends, and improve the overall performance and functionality of the Application.</li><li>Third-Party Services: Periodically, the Service Provider may transmit anonymized location data to external services. These services assist them in enhancing the Application and optimizing their offerings.</li></ul></div><br><strong>Do third parties see and/or have access to information obtained by the Application?</strong><p>Only aggregated, anonymized data is periodically transmitted to external services to aid the Service Provider in improving the Application and their service. The Service Provider may share your information with third parties in the ways that are described in this privacy statement.</p><div v-if="hasThirdPartyServicesSelected"><br><p>Please note that the Application utilizes third-party services that have their own Privacy Policy about handling data. Below are the links to the Privacy Policy of the third-party service providers used by the Application:</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>The Service Provider may disclose User Provided and Automatically Collected Information:<ul><li>as required by law, such as to comply with a subpoena, or similar legal process;</li><li>when they believe in good faith that disclosure is necessary to protect their rights, protect your safety or the safety of others, investigate fraud, or respond to a government request;</li><li>with their trusted services providers who work on their behalf, do not have an independent use of the information we disclose to them, and have agreed to adhere to the rules set forth in this privacy statement.</li></ul></p><br><strong>What are my opt-out rights?</strong><p>You can halt all collection of information by the Application easily by uninstalling the Application. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network.</p><br><strong>Data Retention Policy, Managing Your Information</strong><p>The Service Provider will retain User Provided data for as long as you use the Application and for a reasonable time thereafter. The Service Provider will retain Automatically Collected information for up to 24 months and thereafter may store it in aggregate. If you'd like the Service Provider to delete User Provided Data that you have provided via the Application, please contact them at {{ appContact }} and we will respond in a reasonable time. Please note that some or all of the User Provided Data may be required in order for the Application to function properly.</p><br><strong>Children</strong><p>The Service Provider does not use the Application to knowingly solicit data from or market to children under the age of 13.</p><div v-if="hasThirdPartyServicesSelected"><br><p>The Application does not address anyone under the age of 13.
The Service Provider does not knowingly collect personally
identifiable information from children under 13 years of age. In the case
the Service Provider discover that a child under 13 has provided
personal information, the Service Provider will immediately
delete this from their servers. If you are a parent or guardian
and you are aware that your child has provided us with
personal information, please contact the Service Provider ({{ appContact }}) so that
they will be able to take the necessary actions.</p></div><div v-if="!hasThirdPartyServicesSelected"><br><p>The Service Provider does not knowingly collect personally
identifiable information from children. The Service Provider
encourages all children to never submit any personally
identifiable information through the Application and/or Services.
The Service Provider 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 the Service Provider through the Application and/or Services,
please contact the Service Provider ({{ appContact }}) so that they will be able to take the necessary actions.
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><br><strong>Security</strong><p>The Service Provider are concerned about safeguarding the confidentiality of your information. The Service Provider provide physical, electronic, and procedural safeguards to protect information we process and maintain. For example, we limit access to this information to authorized employees and contractors who need to know that information in order to operate, develop or improve their Application. Please be aware that, although we endeavor provide reasonable security for information we process and maintain, no security system can prevent all potential security breaches.</p><br><strong>Changes</strong><p>This Privacy Policy may be updated from time to time for any reason. The Service Provider will notify you of any changes to the Privacy Policy by updating this page with the new Privacy Policy. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes.</p><br><p>This privacy policy is effective as of {{ effectiveFromDate }}</p><br><strong>Your Consent</strong><p>By using the Application, you are giving your consent to the Service Provider processing of your information as set forth in this Privacy Policy now and as amended by us. "Processing,” means using cookies on a computer/hand held device or using or touching information in any way, including, but not limited to, collecting, storing, deleting, using, combining and disclosing information.</p><br><strong>Contact us</strong><p>If you have any questions regarding privacy while using the Application, or have questions about the practices, please contact the Service Provider via email at {{ appContact }}.</p><hr><p>This privacy policy 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="privacy_gdpr_txtarea" onclick="this.focus();this.select()" readonly="readonly" v-show="contentRenderType==2"></textarea></section><footer class="modal-card-foot"><button class="button is-primary" @click="getHtml('privacy_gdpr_content','privacy_gdpr_txtarea')">HTML</button><button class="button is-primary" @click="getMarkdown('privacy_gdpr_content', 'privacy_gdpr_txtarea')">Markdown</button><button class="button is-primary" v-if="contentRenderType!=1" @click="preview()">Preview</button><div style="flex:1"><button class="button is-info" @click="fc_deploy_gdpr()" 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><br><p>These terms and conditions applies to the {{ appName }} app (hereby referred to as "Application") for mobile devices that was created by {{ devOrCompanyName }} (hereby referred to as "Service Provider") as {{typeOfAppTxt}} service.</p><br><p>Upon downloading or utilizing the Application, you are automatically agreeing to the following terms. It is strongly advised that you thoroughly read and understand these terms prior to using the Application. Unauthorized copying, modification of the Application, any part of the Application, or our trademarks is strictly prohibited. Any attempts to extract the source code of the Application, translate the Application into other languages, or create derivative versions are not permitted. All trademarks, copyrights, database rights, and other intellectual property rights related to the Application remain the property of the Service Provider.</p><br><p>The Service Provider is dedicated to ensuring that the Application is as beneficial and efficient as possible. As such, they reserve the right to modify the Application or charge for their services at any time and for any reason. The Service Provider assures you that any charges for the Application or its services will be clearly communicated to you.</p><br><p>The Application stores and processes personal data that you have provided to the Service Provider in order to provide the Service. It is your responsibility to maintain the security of your phone and access to the Application. The Service Provider strongly advise against jailbreaking or rooting your phone, which involves removing software restrictions and limitations imposed by the official operating system of your device. Such actions could expose your phone to malware, viruses, malicious programs, compromise your phone's security features, and may result in the Application not functioning correctly or at all.</p><div v-if="hasThirdPartyServicesSelected"><p>Please note that the Application utilizes third-party services that have their own Terms and Conditions. Below are the links to the Terms and Conditions of the third-party service providers used by the Application:</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><br><p>Please be aware that the Service Provider does not assume responsibility for certain aspects. Some functions of the Application require an active internet connection, which can be Wi-Fi or provided by your mobile network provider. The Service Provider cannot be held responsible if the Application does not function at full capacity due to lack of access to Wi-Fi or if you have exhausted your data allowance.</p><br><p>If you are using the application outside of a Wi-Fi area, please be aware that your mobile network provider's agreement terms still apply. Consequently, you may incur charges from your mobile provider for data usage during the connection to the application, or other third-party charges. By using the application, you accept responsibility for any such charges, including roaming data charges if you use the application outside of your home territory (i.e., region or country) without disabling data roaming. If you are not the bill payer for the device on which you are using the application, they assume that you have obtained permission from the bill payer.</p><br><p>Similarly, the Service Provider cannot always assume responsibility for your usage of the application. For instance, it is your responsibility to ensure that your device remains charged. If your device runs out of battery and you are unable to access the Service, the Service Provider cannot be held responsible.</p><br><p>In terms of the Service Provider's responsibility for your use of the application, it is important to note that while they strive to ensure that it is updated and accurate at all times, they do rely on third parties to provide information to them so that they can make it available to you. The Service Provider accepts no liability for any loss, direct or indirect, that you experience as a result of relying entirely on this functionality of the application.</p><br><p>The Service Provider may wish to update the application at some point. The application is currently available as per the requirements for the operating system (and for any additional systems they decide to extend the availability of the application to) may change, and you will need to download the updates if you want to continue using the application. The Service Provider does not guarantee that it will always update the application so that it is relevant to you and/or compatible with the particular operating system version installed on your device. However, you agree to always accept updates to the application when offered to you. The Service Provider may also wish to cease providing the application and may terminate its use at any time without providing termination notice to you. Unless they inform you otherwise, upon any termination, (a) the rights and licenses granted to you in these terms will end; (b) you must cease using the application, and (if necessary) delete it from your device.</p><br><strong>Changes to These Terms and Conditions</strong><p>The Service Provider may periodically update their Terms and Conditions. Therefore, you are advised to review this page regularly for any changes. The Service Provider will notify you of any changes by posting the new Terms and Conditions on this page.</p><br><p>These terms and conditions are effective as of {{ effectiveFromDate }}</p><br><strong>Contact Us</strong><p>If you have any questions or suggestions about the Terms and Conditions, please do not hesitate to contact the Service Provider at {{ appContact }}.</p><hr><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-primary" @click="getHtml('tandc_content','tandc_txtarea')">HTML</button><button class="button is-primary" @click="getMarkdown('tandc_content', 'tandc_txtarea')">Markdown</button><button class="button is-primary" v-if="contentRenderType!=1" @click="preview()">Preview</button><div style="flex:1"><button class="button is-info" @click="fc_deploy_simple()" 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 furnished on an "AS IS" basis, devoid of any express or implied warranties or conditions.</p><p>It serves as a reference document for you while drafting your own privacy policy.</p><p>The developer of the App Privacy Policy Generator disclaims any liability for the legal implications arising from the utilization of this privacy policy or terms & conditions.</p><p>It is strongly recommended to obtain independent legal counsel to ensure compliance with all regulations applicable to the users of your application.</p><p>The developer of the App Privacy Policy Generator cannot be held accountable for any direct or indirect damage/loss incurred by an individual/company as a result of using 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 class="modal" v-bind:class="{ 'is-active': showFaqModal }"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Frequently Asked Questions/FAQ</p><button class="delete" aria-label="close" @click="toggleFaqModalVisibility"></button></header><section class="modal-card-body"><strong>What is a privacy policy?</strong><p>A privacy policy is a legal document that informs individuals about how an organization/individual collects, uses, discloses, and manages their personal data. It outlines the ways in which personal information is handled, including details about data collection, storage, and sharing practices. Essentially, it provides transparency to users regarding their privacy rights and how their data is treated.</p><br><strong>What is personal data?</strong><p>Personal data refers to any information related to an identified or identifiable living individual. It encompasses various identifiers, such as names, email addresses, phone numbers, home addresses, IP addresses, and more. Essentially, any data that can be used to identify a specific person falls under the category of personal data.</p><br><strong>Why is a privacy policy important?</strong><p>A privacy policy is a critical component of any Service Provider's online presence, as it outlines the handling and protection of sensitive customer information. It establishes trust between the service provider and its customers, demonstrating a commitment to protecting their personal data. A well-crafted privacy policy can help prevent legal liabilities and reputational damages, while also providing transparency and clarity on how customer information is collected, used, and shared. By having a comprehensive privacy policy in place, organizations can maintain a competitive advantage, build customer loyalty, and foster a positive brand image.</p><br><strong>Is it safe to use a privacy policy template?</strong><p>Yes, using a privacy policy template is generally safe and efficient. Templates are designed to align with data protection laws, ensuring compliance. However, it's essential to customize the template to accurately reflect your specific practices and business context. Always review and tailor the template to suit your needs.</p><br><strong>What are terms and condition?</strong><p>Terms and conditions are a critical component of contractual agreements, ensuring that all parties have a clear understanding of their rights and responsibilities. These terms are incorporated into a legally binding agreement, adhering to relevant local, state, and federal laws. They establish essential boundaries that all parties must adhere to, providing clarity on acceptable and prohibited platform usage, managing user expectations, and outlining procedures for account termination and suspension. Additionally, these terms specify the governing laws applicable to the contract, provide mechanisms for dispute resolution, and address necessary disclaimers or warranties as required by law. By incorporating these terms into a legal agreement, businesses and customers can ensure they are fully informed of their rights and obligations, promoting a mutually beneficial relationship.</p><br><strong>Why is this Privacy Policy Generator free?</strong><p>This project was built out of a need for a free and open source Privacy Policy Generator for my Android applications.</p>Most such products online are pay walled or find ways to extract money from indie devs
like me. I built this for myself first, but eventually saw how it was useful for a lot of
people. Today this webapp is used by people from all over the world, and I hope it will continue to be so.</section><footer class="modal-card-foot"><button class="button is-info" aria-label="close" @click="toggleFaqModalVisibility">Ok</button></footer></div></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><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.min.js"></script><script src="js/utils.min.js"></script><script src="js/main.min.js"></script><script src="js/flycricket.min.js"></script></body></html>