- Rename brand from SexyArt to Sexy throughout i18n locale - Apply primary→accent gradient to SVG icon stroke - Remove brand name text from logo, icon-only display - Switch logo font to Noto Sans bold (default), drop Dancing Script - Update favicons, app icons, webmanifest, and add logo.svg Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"name": "Sexy",
|
|
"short_name": "Sexy",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ce47eb",
|
|
"background_color": "#000000",
|
|
"display": "standalone",
|
|
"start_url": "/"
|
|
}
|