Last active
March 31, 2025 16:46
-
-
Save MaxTrinnity/4c898b8e7ca47d31a60f772aa892d17a to your computer and use it in GitHub Desktop.
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
Test |
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": "HablaMe", | |
"short_name": "HablaMe", | |
"start_url": "https://hablame.is/start", | |
"display": "standalone", | |
"background_color": "#9BA1FF", | |
"theme_color": "#ff6600", | |
"icons": [ | |
{ | |
"src": "/icon-192x192.png", | |
"sizes": "192x192", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/icon-512x512.png", | |
"sizes": "512x512", | |
"type": "image/png" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment