v2: ID verification by state, 15 photos/5 albums, 20 quick replies, logo, mobile polish

This commit is contained in:
Ryan Salazar
2026-06-26 21:08:57 -04:00
parent c6238c3bcf
commit e03d929977
121 changed files with 6380 additions and 153 deletions

View File

@@ -6,17 +6,19 @@
"display": "standalone",
"background_color": "#0d0a0f",
"theme_color": "#ff2d6b",
"orientation": "portrait-primary",
"orientation": "any",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
"src": "/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-512.png",
"src": "/logo.svg",
"sizes": "512x512",
"type": "image/png"
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}