Skip to content

Instantly share code, notes, and snippets.

@sphdev98
Created January 3, 2026 05:23
Show Gist options
  • Select an option

  • Save sphdev98/06f211987e3451dd4bdbb0de7729de60 to your computer and use it in GitHub Desktop.

Select an option

Save sphdev98/06f211987e3451dd4bdbb0de7729de60 to your computer and use it in GitHub Desktop.
manifest.json
{
"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