TERMS_OF_SERVICE.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>Terms of Service - 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 - Terms of Service</h1>
  45. <p class="meta">Last updated: April 7, 2026</p>
  46. </div>
  47. <p class="intro">These Terms of Service ("Terms") apply to your use of the Google Apps macOS application ("App"). By using the App, you agree to these Terms. If you do not agree, do not use the App.</p>
  48. <div class="block">
  49. <h2>License</h2>
  50. <p>We grant you a limited, non-exclusive, non-transferable license to use the App on Apple-branded devices you own or control, in line with Apple's App Store Terms and Conditions. You may not copy, reverse-engineer, disassemble, modify, or create derivative works of the App except as allowed by law.</p>
  51. </div>
  52. <div class="block">
  53. <h2>App purpose</h2>
  54. <p>The App is a launcher and productivity companion for web-based services (including Google services), with optional premium features such as widgets, shortcuts, and enhanced customization tools.</p>
  55. </div>
  56. <div class="block">
  57. <h2>Subscriptions and purchases</h2>
  58. <p>The App may offer in-app purchases or subscriptions (for example, yearly or lifetime premium options). Payment is charged to your Apple ID. Subscriptions renew automatically unless canceled at least 24 hours before the renewal date. You can manage subscriptions in your Apple account settings. Refunds are handled by Apple.</p>
  59. </div>
  60. <div class="block">
  61. <h2>Acceptable use</h2>
  62. <p>You agree not to use the App in ways that violate applicable law, infringe rights, disrupt services, or attempt unauthorized access to systems or data. You are responsible for content and destinations you open through shortcuts you create.</p>
  63. </div>
  64. <div class="block">
  65. <h2>Third-party services</h2>
  66. <p>The App opens and interacts with third-party web services. Availability, content, and policies for those services are controlled by their providers. We are not responsible for third-party content, outages, or changes. Google service names and logos are trademarks of Google LLC.</p>
  67. </div>
  68. <div class="block">
  69. <h2>Termination</h2>
  70. <p>These Terms apply until ended by you or us. Your rights under these Terms end automatically if you violate them. When terminated, you must stop using the App and delete any copies in your control.</p>
  71. </div>
  72. <div class="block">
  73. <h2>Disclaimer of warranties</h2>
  74. <p>The App is provided "as is" and "as available" without warranties of any kind, express or implied, including merchantability, fitness for a particular purpose, and non-infringement.</p>
  75. </div>
  76. <div class="block">
  77. <h2>Limitation of liability</h2>
  78. <p>To the maximum extent permitted by law, we are not liable for indirect, incidental, special, consequential, or punitive damages, including loss of profits, data, or use. Total liability is limited to the greater of fifty U.S. dollars (USD $50) or the amount you paid for the App in the previous 12 months.</p>
  79. </div>
  80. <div class="block">
  81. <h2>Changes to terms</h2>
  82. <p>We may update these Terms from time to time. The "Last updated" date will change when updates are made. Continued use of the App after updates means you accept the revised Terms.</p>
  83. </div>
  84. <div class="block">
  85. <h2>Contact</h2>
  86. <p>For questions about these Terms, 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>
  87. </div>
  88. <div class="foot">
  89. <p>Effective April 7, 2026.</p>
  90. <div class="links">
  91. <a href="https://sites.google.com/view/gogleapps/home" target="_blank" rel="noopener">Home</a>
  92. <a href="https://sites.google.com/view/gogleapps/privacy-policy" target="_blank" rel="noopener">Privacy Policy</a>
  93. <a href="https://sites.google.com/view/gogleapps/support" target="_blank" rel="noopener">Support</a>
  94. </div>
  95. </div>
  96. </div>
  97. </body>
  98. </html>