Merge branch 'main' into allthebookmarks-com

This commit is contained in:
Joey Kimsey
2025-02-05 23:12:58 -05:00
15 changed files with 329 additions and 350 deletions

View File

@ -7,6 +7,9 @@
"background_color": "#1e1e1e",
"theme_color": "#85bd3e",
"icons": [
{ "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
],
"screenshots": [
{
@ -33,8 +36,5 @@
"sizes": "478x609",
"form_factor": "narrow"
}
{ "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
]
}