PWA Information - FG Game Store

PWA Resources

Access these resources to manage and test your Progressive Web App installation:

PWA Features Status

Current implementation status of Progressive Web App features:

Feature Status Notes
Service Worker Active Implemented in /sw.js
Web App Manifest Active Configured in /manifest.json
Offline Support Active Cache-first strategy for static assets
App Icons Active Multiple sizes available
Install Prompt Active Floating button in corner + dedicated page
Theme Color Active Set to #6a11cb
Display Mode Active Set to "fullscreen"
Background Sync Inactive Not implemented yet
Push Notifications Inactive Not implemented yet

Display Modes

The PWA is currently configured to use fullscreen display mode. Here are the available display modes:

Mode Description
fullscreen All of the available display area is used and no user agent chrome is shown.
standalone The app looks like a standalone application with its own window, but has no browser UI.
minimal-ui The application will look and feel like a standalone application, but will have a minimal set of UI elements for navigation.
browser The application opens in a conventional browser tab or window.
← Back to FG Game Store