{
  "name": "Icon Atlas Packer Tool",
  "short_name": "Atlas Packer",
  "description": "Pack game icons into a texture atlas with UV/JSON/CSV exports for Unreal Engine.",
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#020403",
  "background_color": "#040506",
  "icons": [
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ]
}
