feat: generate PWA icons and assets (#33) #55

Merged
makiolaj merged 1 commits from feature/issue-33-pwa-icons into develop 2026-02-25 00:06:27 +00:00
Owner

Complete PWA icon generation with:

Icon Assets:

  • SVG source icon with pantry shelves design
  • 192x192 and 512x512 PNG icons
  • Maskable variants for Android adaptive icons
  • Favicon and Apple touch icon
  • Mobile and desktop screenshot placeholders

Design:

  • Emerald gradient (#10b981 theme color)
  • Pantry shelves with jars, boxes, cans
  • Professional, recognizable at all sizes

Tooling:

  • Sharp-based generation scripts
  • npm run generate:icons for regeneration
  • Automated sizing and padding

All assets match manifest.json configuration from #32.

Closes #33

Complete PWA icon generation with: **Icon Assets:** - SVG source icon with pantry shelves design - 192x192 and 512x512 PNG icons - Maskable variants for Android adaptive icons - Favicon and Apple touch icon - Mobile and desktop screenshot placeholders **Design:** - Emerald gradient (#10b981 theme color) - Pantry shelves with jars, boxes, cans - Professional, recognizable at all sizes **Tooling:** - Sharp-based generation scripts - npm run generate:icons for regeneration - Automated sizing and padding All assets match manifest.json configuration from #32. Closes #33
makiolaj added 1 commit 2026-02-25 00:06:18 +00:00
feat: generate PWA icons and assets (#33)
Some checks failed
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Pull Request Checks / Validate PR (pull_request) Has been cancelled
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
762ec56a3c
- Create icon.svg with pantry shelves design
- Generate icon-192x192.png and icon-512x512.png
- Generate maskable variants for better Android support
- Create favicon.ico and apple-touch-icon.png
- Generate placeholder screenshots (mobile + desktop)
- Add icon generation scripts using sharp
- Add npm script for easy regeneration

Icon design features:
- Emerald gradient background (#10b981)
- Pantry shelves with jars, boxes, and cans
- Clean, recognizable silhouette
- Works at all sizes

Closes #33
makiolaj merged commit 7a01aecb34 into develop 2026-02-25 00:06:27 +00:00
Sign in to join this conversation.