PriceGhost/frontend/public/manifest.json

26 lines
585 B
JSON
Raw Normal View History

{
"name": "PriceGhost",
"short_name": "PriceGhost",
"description": "Track product prices and get notified when they drop",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#6366f1",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
],
"categories": ["shopping", "finance", "utilities"]
}