You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
540 B
JSON

{
"name": "Stock Oracle",
"short_name": "StockOracle",
"description": "Investment Data Analysis Platform using SEC filings",
"start_url": "/",
"display": "standalone",
"background_color": "#f3f4f6",
"theme_color": "#3b82f6",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}