logo.png 482 B

123456789
  1. # This is a placeholder - in a real app, you would need actual PNG icons
  2. # For now, create a simple 512x512 PNG icon for the app
  3. # You can use the SVG logo as a base and convert it to PNG at different sizes:
  4. # - 16x16, 32x32, 48x48, 64x64, 128x128, 256x256, 512x512
  5. # For development, the SVG will work, but for production builds you need:
  6. # - macOS: .icns file (can be generated from PNG)
  7. # - Windows: .ico file (can be generated from PNG)
  8. # - Linux: .png files at various sizes