This repository has been archived on 2026-02-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
synthetic-consumer-data/public/manifest.webmanifest

16 lines
401 B
JSON

{
"name": "Synthetic constumer data generator",
"short_name": "Synthetic data",
"description": "Generate synthetic consumer data and purchasing history",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#fff",
"icons": [
{
"src": "favicon.ico",
"sizes": "any",
"type": "image/x-icon"
}
]
}