snapcraft.yaml 837 B

123456789101112131415161718192021222324
  1. name: image-meta-cleaner
  2. title: Image Meta Cleaner
  3. version: '1.1'
  4. summary: A cross-platform image metadata removal tool
  5. description: |
  6. Image Meta Cleaner is a cross-platform application designed to remove metadata from images, ensuring user privacy and security. Metadata often contains sensitive information such as geolocation, device information, and timestamps. By removing this metadata, Image Meta Cleaner helps users protect their privacy when sharing images online.
  7. icon: snap/gui/image-meta-cleaner.png
  8. license: GPL-3.0
  9. base: core22
  10. confinement: strict
  11. grade: stable
  12. apps:
  13. image-meta-cleaner:
  14. command: image_meta_cleaner
  15. extensions: [gnome]
  16. parts:
  17. image-meta-cleaner:
  18. source: https://notabug.org/alimiracle/image_meta_cleaner.git
  19. plugin: flutter
  20. flutter-target: lib/main.dart