{
  "name": "EditPIC - Free Image Tools",
  "short_name": "EditPIC",
  "description": "Professional image tools that run entirely in your browser. Compress, resize, crop, convert and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "utilities", "photo"],
  "lang": "en"
}