+
Local
Inventory Cache
${JSON.stringify((local.PolyPlus_InventoryCache || {data: [], requested: "never"}), null, 2)
@@ -298,6 +300,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
+
Sync
Pinned Games (${(sync.PolyPlus_PinnedGames || []).length})
${JSON.stringify((sync.PolyPlus_PinnedGames || []), null, 2)
@@ -310,6 +313,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
+
Sync
Item Wishlist (${(sync.PolyPlus_ItemWishlist || []).length})
${JSON.stringify((sync.PolyPlus_ItemWishlist || []), null, 2)