Created
January 3, 2026 05:23
-
-
Save sphdev98/06f211987e3451dd4bdbb0de7729de60 to your computer and use it in GitHub Desktop.
manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Pump Tracker", | |
| "short_name": "PumpTracker", | |
| "start_url": "https://PumpTracker.replit.app/", | |
| "display": "standalone", | |
| "background_color": "#ffffff", | |
| "theme_color": "#1abc9c", | |
| "orientation": "portrait", | |
| "icons": [ | |
| { | |
| "src": "icon-192.png", | |
| "sizes": "192x192", | |
| "type": "image/png" | |
| }, | |
| { | |
| "src": "icon-512.png", | |
| "sizes": "512x512", | |
| "type": "image/png" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment