Files
cannaiq/findagram/frontend/public/manifest.json
Kelly 53445fe72a fix: Findagram brands page crash and PWA icon errors
- 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>
2025-12-10 13:06:23 -07:00

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"]
}