{
  "name": "PhotoBoothOnline.xyz",
  "short_name": "PhotoBooth",
  "description": "Free online photo booth \u2014 webcam capture, filters, photo strips.",
  "start_url": "/tool.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#2563EB",
  "icons": [
    {
      "src": "/assets/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "photo",
    "entertainment",
    "utilities"
  ]
}