Brand Assets Setup — Implementation Guide
PHASE 1 — Discovery
Scan the project to understand its current state before printing anything.
- Find the Next.js frontend root — look for
app/layout.tsxorsrc/app/layout.tsx. - Check existing assets:
- List files in
app/(orsrc/app/) matching:favicon.ico,icon.png,apple-icon.png,opengraph-image.png,twitter-image.png - List files in
public/matching:favicon-*.png,icon-*.png,maskable-*.png, `manifest.json
- List files in
[Description truncada. Veja o README completo no GitHub.]