Skip to content

Add Amazon Shopping support for Android - #1130

Merged
abrignoni merged 1 commit into
mainfrom
feat/amazon-shopping
Aug 16, 2026
Merged

Add Amazon Shopping support for Android#1130
abrignoni merged 1 commit into
mainfrom
feat/amazon-shopping

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Adds Amazon Shopping support for Android. Four artifacts:

  • Account Store (map_data_storage.db): accounts, userdata, tokens and device_data rows as stored under the app's own key names, with per-row timestamps and deleted and dirty flags.
  • Preferences: DataStore.xml, account_change_observer.xml and MobileGrowthMetricsDataStore.xml key values.
  • Image Cache Registry (ssnapImageCacheRegistry.db): cached image URLs with access timestamps.
  • Web View State (app_mashWebViewState): the URLs each saved web view state holds, one row per URL, timestamped from the file name. Order confirmation and product page URLs surfaced here on tested data.

Undocumented values are reported as stored.

Four artifacts: Account Store (map_data_storage.db accounts, userdata,
tokens and device_data as stored), Preferences (DataStore,
account_change_observer and MobileGrowthMetricsDataStore XMLs), Image
Cache Registry (ssnapImageCacheRegistry.db), and Web View State (URLs
held in the app_mashWebViewState saved states, timestamped from the
file names).
@abrignoni
abrignoni merged commit 5e6bdcb into main Aug 16, 2026
8 checks passed
@abrignoni
abrignoni deleted the feat/amazon-shopping branch August 16, 2026 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant