ttup / manifest.json
Phoe2004's picture
Upload 11 files
a077412 verified
raw
history blame contribute delete
638 Bytes
{
"name": "Recap Studio",
"short_name": "Recap Studio",
"description": "AI-powered video recap generator",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a2e",
"theme_color": "#1a1a2e",
"orientation": "portrait",
"icons": [
{
"src": "https://raw.githubusercontent.com/Shangyi69/psonlineshop/main/logo.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://raw.githubusercontent.com/Shangyi69/psonlineshop/main/logo.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}