{
  "name": "fpo.lv — Placeholder Image Generator",
  "short_name": "fpo.lv",
  "description": "Generate placeholder images instantly via URL with custom width, height, colors, and text.",
  "start_url": "/",
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#0d0f12",
  "background_color": "#0d0f12",
  "display": "standalone"
}