このポリシーは、macOS 版および Windows 版 HoverPocket の Google Calendar 連携、Clipboard、Sticky Notes、 更新確認に関するデータの扱いを説明します。HoverPocket はローカル優先のデスクトップアプリであり、 Google Calendar 連携時を除き、ユーザーデータを外部サービスへ送信しません。
日本語
取得する情報
Google Calendar に接続した場合のみ、HoverPocket はユーザーが許可した Google カレンダーの予定情報と カレンダー一覧情報にアクセスします。予定情報には、予定タイトル、開始/終了時刻、終日設定、場所、メモ、 予定ID、カレンダーIDなど、Google Calendar API が返す予定データが含まれます。
Clipboard 機能を有効にしている間、HoverPocket はローカルのクリップボードにコピーされたテキストと画像を 履歴として保存します。Sticky Notes はユーザーが入力した付箋のタイトル、本文、色、並び順、アーカイブ状態を保存します。
利用目的
- Google Calendar の予定を HoverPocket のパネル内に表示するため。
- ユーザー操作に基づいて Google Calendar の予定を作成、編集、削除するため。
- Clipboard 履歴、Sticky Notes、Timer、設定をローカルで復元するため。
- GitHub Releases から更新の有無を確認し、ユーザーが同意した場合に更新をダウンロードするため。
第三者提供、広告、販売
HoverPocket は Google Calendar データ、Clipboard 履歴、Sticky Notes の内容を第三者へ販売、共有、広告利用しません。 Google ユーザーデータは、アプリ内で明示されているカレンダー表示と予定操作のためだけに使います。
AI / ML サービスと Limited Use
現在の公開版 HoverPocket は、Google Workspace または Google Photos のユーザーデータを、第三者のAI / MLサービスへ送信しません。 HoverPocket が連携している第三者AIサービスはありません。Googleユーザーデータを、基盤モデル、汎用モデル、その他のAI / MLモデルの 作成、学習、改善に使用、転送、販売することもありません。
現在の公開版ではAI command laneをユーザーインターフェースから無効化しています。リポジトリ内の実験的なmacOS実装は、 対応端末上でApple Foundation Modelsを端末内処理として使用する設計であり、GoogleユーザーデータをAppleまたはモデル提供者へ送信しません。 Windows側の実験的なコマンド解釈も、外部AI APIを呼ばないローカルの決定的処理です。
保存場所
Google Calendar の予定本文は、パネル表示とユーザー操作の処理中に使います。HoverPocket は予定タイトル、場所、メモを予定キャッシュとしてローカルファイルへ保存しません。
- Google refresh token は macOS Keychain または Windows Credential Manager に保存します。access token はメモリ上だけで扱います。
- OAuth client 設定をユーザーが配置する場合、設定ファイルは
%APPDATA%\HoverPocket\oauth.jsonに置きます。 - Clipboard 履歴は
%APPDATA%\HoverPocket\clipboard\history.jsonと同フォルダー内の画像PNGとして保存します。 - Sticky Notes は
%APPDATA%\HoverPocket\sticky\notes.jsonと%APPDATA%\HoverPocket\sticky\settings.jsonに保存します。 - その他の設定、Timer 情報、ローカル状態も
%APPDATA%\HoverPocket配下に保存します。
上記データはユーザーのmacOSまたはWindows環境内に保存されます。HoverPocket は独自のサーバーへこれらのデータをアップロードしません。
削除方法と Private mode
- Google Calendar 連携は Calendar パネルのサインアウト操作で解除できます。この操作で Windows Credential Manager 内の HoverPocket refresh token を削除します。Google アカウント側のアプリ接続管理からアクセスを取り消すこともできます。
- Clipboard パネルの Clear 操作で保存済みのテキスト履歴と画像ファイルを削除できます。Private mode を有効にすると、Clipboard 監視を一時停止し、新しい履歴の保存を止めます。
- Sticky Notes は付箋の Delete 操作で削除できます。Archive は一覧から隠す操作であり、保存ファイルから完全に消す操作ではありません。
- アプリのローカルデータをまとめて削除する場合は、HoverPocket を終了してから
%APPDATA%\HoverPocket配下の不要なフォルダーやファイルを削除してください。
更新の配信元
Windows 版 HoverPocket の更新確認と更新ダウンロードは GitHub Releases (https://github.com/shotaro311/hover-pocket/releases) を配信元として使います。更新のダウンロードと適用はユーザー確認を挟みます。
Google API Services User Data Policy
HoverPocket の Google API から受け取った情報の使用と他アプリへの転送は、 Google API Services User Data Policy に準拠し、Limited Use 要件を含む同ポリシーに従います。
問い合わせ
プライバシーに関する問い合わせは shotaro.matsu0311@gmail.com または GitHub Issues (https://github.com/shotaro311/hover-pocket/issues) から連絡してください。
English
Information HoverPocket accesses
HoverPocket accesses Google Calendar event data and calendar-list data only when you connect a Google Calendar account. Calendar event data can include event titles, start and end times, all-day status, locations, notes, event IDs, calendar IDs, and other event fields returned by the Google Calendar API.
When Clipboard monitoring is active, HoverPocket stores copied text and images as local clipboard history. Sticky Notes stores the title, body, color, order, and archive status of notes that you create.
How the information is used
- To display Google Calendar events inside the HoverPocket panel.
- To create, edit, and delete Google Calendar events when you request those actions.
- To restore local Clipboard history, Sticky Notes, Timer data, and app settings.
- To check GitHub Releases for updates and download an update only after user confirmation.
Sharing, advertising, and sale of data
HoverPocket does not sell, share, or use Google Calendar data, Clipboard history, or Sticky Notes content for advertising. Google user data is used only for the calendar display and event actions that are visible in the app.
AI / ML services and Limited Use
The current public version of HoverPocket does not transfer Google Workspace or Google Photos user data to any third-party AI or ML service. HoverPocket has no third-party AI service integrations. It does not use, transfer, or sell Google user data to create, train, or improve foundational, generalized, or other AI/ML models.
The AI command lane is disabled in the user interface of the current public version. Experimental macOS code in the repository is designed to use Apple Foundation Models entirely on-device on supported hardware and does not transmit Google user data to Apple or any model provider. The experimental Windows command interpreter is also a deterministic local parser and does not call an external AI API.
Where data is stored
Google Calendar event contents are used while displaying the panel and handling user-requested actions. HoverPocket does not save event titles, locations, or notes as a local event cache.
- Google refresh tokens are stored in macOS Keychain or Windows Credential Manager. Access tokens are kept in memory only.
- If a user-provided OAuth client configuration is used, the configuration file is stored at
%APPDATA%\HoverPocket\oauth.json. - Clipboard history is stored at
%APPDATA%\HoverPocket\clipboard\history.jsonand as PNG image files in the same folder. - Sticky Notes are stored at
%APPDATA%\HoverPocket\sticky\notes.jsonand%APPDATA%\HoverPocket\sticky\settings.json. - Other settings, Timer data, and local app state are also stored under
%APPDATA%\HoverPocket.
These data files stay on your macOS or Windows device. HoverPocket does not upload them to a HoverPocket-operated server.
Deletion and Private mode
- You can disconnect Google Calendar from the Calendar panel. This removes the HoverPocket refresh token from Windows Credential Manager. You can also revoke access from your Google Account's connected-app settings.
- You can use Clear in the Clipboard panel to delete saved text history and saved image files. Enabling Private mode pauses Clipboard monitoring and stops new Clipboard history from being saved while it remains enabled.
- You can delete Sticky Notes with the Delete action. Archive hides a note from the active board; it is not the same as deletion from the saved notes file.
- To remove local app data directly, quit HoverPocket and delete the relevant folders or files under
%APPDATA%\HoverPocket.
Update source
HoverPocket for Windows checks for and downloads updates from GitHub Releases (https://github.com/shotaro311/hover-pocket/releases). Downloading and applying an update requires user confirmation.
Google API Services User Data Policy
HoverPocket's use and transfer to any other app of information received from Google APIs will adhere to the Google API Services User Data Policy, including the Limited Use requirements.
Contact
For privacy questions, email shotaro.matsu0311@gmail.com or contact the project through GitHub Issues: https://github.com/shotaro311/hover-pocket/issues.