- Fix mapBrandForUI to use correct 'brand' field from API response - Add null check in Brands.jsx filter to prevent crash on undefined names - Fix BrandPenetrationService sps.brand_name -> sps.brand_name_raw - Remove missing logo192.png and logo512.png from PWA manifest 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"short_name": "Find a Gram",
|
|
"name": "Find a Gram - Cannabis Product Finder",
|
|
"description": "Find cannabis products, compare prices, and get deals",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#8B5CF6",
|
|
"background_color": "#ffffff",
|
|
"orientation": "portrait-primary",
|
|
"categories": ["lifestyle", "shopping"]
|
|
}
|