Skip to content

Instantly share code, notes, and snippets.

@MaxTrinnity
Last active August 6, 2025 11:10
Show Gist options
  • Select an option

  • Save MaxTrinnity/4395d67770eb4650accc7f537b89b81b to your computer and use it in GitHub Desktop.

Select an option

Save MaxTrinnity/4395d67770eb4650accc7f537b89b81b to your computer and use it in GitHub Desktop.
gecko-web
{
"name": "Gecko",
"short_name": "Gecko",
"start_url": "https://gecko.ad/start",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"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