Last updated: 2026-07-07

PokéRogue-Offline is an unofficial, offline-capable wrapper for the game PokéRogue, distributed for desktop (Electron) and sideloaded mobile builds (Capacitor). This document describes how the app handles data in connection with Google Sign-In / Google Drive access.

01

What We Access

The app requests the Google Drive appdata scope (https://www.googleapis.com/auth/drive.appdata) only. This scope grants access exclusively to a hidden, application-specific folder in the user's Google Drive. It does not grant access to:

  • Any other files or folders in the user's Drive
  • The user's Drive file listing
  • Any other Google account data (contacts, mail, calendar, etc.)
02

What We Use It For

The sole purpose of this access is to back up and restore the user's local game save file. When the user chooses to back up, the save file is uploaded to their own hidden app-data folder. When the user chooses to restore, the save file is downloaded from that same folder.

03

What We Do Not Do

  • We do not operate any backend server. There is no PokéRogue-Offline server that receives, stores, or processes user data.
  • We do not share, sell, or transmit any data to third parties.
  • We do not use the data for analytics, tracking, advertising, or profiling of any kind.
  • We do not read or store the contents of the user's save data outside of the user's own device and their own Google Drive appdata folder.
04

Where Credentials Are Stored

OAuth tokens are stored locally on the user's device (using OS-level secure storage on desktop, and platform-appropriate secure storage on mobile). Tokens are never transmitted to or stored on any server operated by us.

05

Data Retention & Deletion

Save data placed in the Drive appdata folder remains under the user's Google account and is subject to Google's own retention policies. The user can revoke this app's access at any time via their Google Account permissions page, which also removes the app's ability to read or write to that folder.

ℹ️ Revoking access does not delete the folder's existing contents automatically; the user may need to remove it separately if desired.
06

Changes to This Policy

Any future changes to what data is accessed or how it is used will be reflected on this page, versioned alongside the source code at github.com/PokeRogue-Offline/pokerogue-offline.

07

Contact

Questions about this policy or data handling: contact "scooom" on Discord.

PokéRogue Offline is an unofficial fan project and is not affiliated with or endorsed by the PokéRogue team. PokéRogue is developed by PageFaultGames. This app is intended for personal use only.