privacy.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Privacy Policy — Printer App - All Printers</title>
  7. <style>
  8. :root {
  9. --navy: #1f2e52;
  10. --bg: #f6f6f6;
  11. --card: #ffffff;
  12. --text: #1f1f1f;
  13. --text-secondary: #7a7a7a;
  14. --border: #ebebeb;
  15. }
  16. * { box-sizing: border-box; margin: 0; padding: 0; }
  17. body {
  18. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  19. background: var(--bg);
  20. color: var(--text);
  21. line-height: 1.6;
  22. -webkit-font-smoothing: antialiased;
  23. }
  24. .page {
  25. max-width: 640px;
  26. margin: 0 auto;
  27. padding: 48px 24px 64px;
  28. }
  29. .header {
  30. text-align: center;
  31. margin-bottom: 32px;
  32. }
  33. .app-name {
  34. font-size: 13px;
  35. font-weight: 600;
  36. color: var(--text-secondary);
  37. text-transform: uppercase;
  38. letter-spacing: 0.05em;
  39. margin-bottom: 8px;
  40. }
  41. h1 {
  42. font-size: 26px;
  43. font-weight: 600;
  44. color: var(--navy);
  45. letter-spacing: -0.02em;
  46. }
  47. .updated {
  48. font-size: 13px;
  49. color: var(--text-secondary);
  50. margin-top: 8px;
  51. }
  52. .card {
  53. background: var(--card);
  54. border: 1px solid var(--border);
  55. border-radius: 14px;
  56. padding: 28px 24px;
  57. }
  58. h2 {
  59. font-size: 15px;
  60. font-weight: 600;
  61. color: var(--navy);
  62. margin: 24px 0 8px;
  63. }
  64. h2:first-of-type {
  65. margin-top: 0;
  66. }
  67. p, li {
  68. font-size: 14px;
  69. color: var(--text);
  70. margin-bottom: 12px;
  71. }
  72. ul {
  73. padding-left: 20px;
  74. margin-bottom: 12px;
  75. }
  76. li { margin-bottom: 6px; }
  77. </style>
  78. </head>
  79. <body>
  80. <div class="page">
  81. <header class="header">
  82. <p class="app-name">Printer App - All Printers</p>
  83. <h1>Privacy Policy</h1>
  84. <p class="updated">Last updated: July 1, 2026</p>
  85. </header>
  86. <article class="card">
  87. <p>Printer App - All Printers ("we", "our", or "us") respects your privacy. This policy explains how we handle information when you use the Printer App - All Printers macOS application.</p>
  88. <h2>Information We Collect</h2>
  89. <p>Printer App - All Printers processes data locally on your Mac. We do not collect, store, or transmit your personal documents, photos, contacts, or print content to our servers.</p>
  90. <ul>
  91. <li><strong>Contacts access</strong> — Used only when you choose to print contacts. Contact data stays on your device.</li>
  92. <li><strong>Local network access</strong> — Used only to discover scanners and printers on your Wi-Fi network. No data is sent to our servers.</li>
  93. <li><strong>Files you select</strong> — Opened and printed on your device. We do not upload your files.</li>
  94. </ul>
  95. <h2>Purchases</h2>
  96. <p>Subscriptions and in-app purchases are processed by Apple through the App Store. We receive only anonymized purchase status information needed to unlock premium features. Apple's privacy policy governs payment data.</p>
  97. <h2>Analytics</h2>
  98. <p>We do not use third-party analytics or advertising trackers in Printer App - All Printers.</p>
  99. <h2>Data Retention</h2>
  100. <p>Any recently opened files you choose to save are stored locally on your Mac using system file bookmarks. You can disable recent file saving in app settings.</p>
  101. <h2>Children's Privacy</h2>
  102. <p>Printer App - All Printers is not directed at children under 13. We do not knowingly collect personal information from children.</p>
  103. <h2>Changes to This Policy</h2>
  104. <p>We may update this policy from time to time. Continued use of the app after changes constitutes acceptance of the updated policy.</p>
  105. <h2>Contact</h2>
  106. <p>If you have questions about this privacy policy, contact us through the support option on the Mac App Store listing for Printer App - All Printers.</p>
  107. </article>
  108. </div>
  109. </body>
  110. </html>