PRIVACY_POLICY.html 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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 - Google Apps</title>
  7. <style>
  8. * { margin: 0; padding: 0; box-sizing: border-box; }
  9. body {
  10. font-family: system-ui, -apple-system, sans-serif;
  11. line-height: 1.6;
  12. color: #1a1a1a;
  13. background: #ffffff;
  14. padding: 2rem 1.5rem;
  15. }
  16. .page { max-width: 640px; margin: 0 auto; }
  17. .masthead { margin-bottom: 1.5rem; }
  18. .masthead h1 { font-size: 1.5rem; font-weight: 700; color: #0f172a; }
  19. .masthead .meta { margin-top: 0.25rem; font-size: 0.8125rem; color: #64748b; }
  20. .intro {
  21. font-size: 0.9375rem;
  22. color: #475569;
  23. margin-bottom: 1.5rem;
  24. padding-bottom: 1rem;
  25. border-bottom: 1px solid #e2e8f0;
  26. }
  27. .block { margin-bottom: 1.5rem; }
  28. .block h2 { font-size: 1rem; font-weight: 600; color: #0f172a; margin-bottom: 0.5rem; }
  29. .block p { font-size: 0.9375rem; color: #334155; margin-bottom: 0.5rem; }
  30. .block a { color: #0f766e; text-decoration: none; }
  31. .block a:hover { text-decoration: underline; }
  32. .foot { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #e2e8f0; font-size: 0.8125rem; color: #94a3b8; }
  33. .links {
  34. display: flex;
  35. flex-wrap: wrap;
  36. gap: 0.75rem 1.25rem;
  37. margin-top: 0.75rem;
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <div class="page">
  43. <div class="masthead">
  44. <h1>Google Apps - Privacy Policy</h1>
  45. <p class="meta">Last updated: April 7, 2026</p>
  46. </div>
  47. <p class="intro">Google Apps ("we", "our", or "us") respects your privacy. This Privacy Policy explains what information the app handles and how it is used when you use our macOS application.</p>
  48. <div class="block">
  49. <h2>Information the app uses</h2>
  50. <p>The App stores launcher preferences on your device, such as app order, pinned items, hidden items, widgets, and custom shortcuts you create.</p>
  51. <p>The App can open third-party websites you select (for example Gmail, Google Drive, Maps, and others). Content you view or submit on those websites is governed by those services, not by this App.</p>
  52. <p>If you use paid features, subscription and purchase data is processed by Apple through StoreKit and your Apple ID account.</p>
  53. </div>
  54. <div class="block">
  55. <h2>Permissions</h2>
  56. <p>The App may request system permissions only when needed by features:</p>
  57. <p><strong>Location:</strong> used for map-related features to center maps and suggest nearby places.</p>
  58. <p><strong>Calendars:</strong> used to display upcoming events in the Calendar widget and open scheduling links.</p>
  59. <p>You can manage permissions at any time in macOS System Settings.</p>
  60. </div>
  61. <div class="block">
  62. <h2>Data sharing</h2>
  63. <p>We do not sell your personal information. Information may be shared only with service providers required to operate app functionality, such as Apple for payments and entitlement verification, or when required by law.</p>
  64. </div>
  65. <div class="block">
  66. <h2>Data retention</h2>
  67. <p>Locally stored app settings remain on your device until you remove the App data or uninstall the App. Third-party services (such as websites you open and Apple billing systems) keep data under their own policies.</p>
  68. </div>
  69. <div class="block">
  70. <h2>Security</h2>
  71. <p>We use reasonable safeguards to protect app functionality and local data handling. However, no method of transmission or storage is 100% secure.</p>
  72. </div>
  73. <div class="block">
  74. <h2>Children's privacy</h2>
  75. <p>The App is not directed to children under 13, and we do not knowingly collect personal information directly from children.</p>
  76. </div>
  77. <div class="block">
  78. <h2>Third-party policies</h2>
  79. <p>The App provides access to third-party web services. Please review their privacy policies directly, including Apple and Google policy pages when relevant to your usage.</p>
  80. <p>Apple Privacy: <a href="https://www.apple.com/legal/privacy/" target="_blank" rel="noopener">https://www.apple.com/legal/privacy/</a></p>
  81. </div>
  82. <div class="block">
  83. <h2>Changes to this policy</h2>
  84. <p>We may update this Privacy Policy from time to time. We will update the date at the top of this page when changes are made.</p>
  85. </div>
  86. <div class="block">
  87. <h2>Contact</h2>
  88. <p>For privacy-related questions, please visit our support page: <a href="https://sites.google.com/view/gogleapps/support" target="_blank" rel="noopener">https://sites.google.com/view/gogleapps/support</a>.</p>
  89. </div>
  90. <div class="foot">
  91. <p>Effective April 7, 2026.</p>
  92. <div class="links">
  93. <a href="https://sites.google.com/view/gogleapps/home" target="_blank" rel="noopener">Home</a>
  94. <a href="https://sites.google.com/view/gogleapps/terms-of-service" target="_blank" rel="noopener">Terms of Service</a>
  95. <a href="https://sites.google.com/view/gogleapps/support" target="_blank" rel="noopener">Support</a>
  96. </div>
  97. </div>
  98. </div>
  99. </body>
  100. </html>