/* FILE: manifest.json - Configures the site as a downloadable app (PWA) */
{
  "name": "KnockDead | End it with a bang",
  "short_name": "KnockDead",
  "description": "Premium breakup templates and professional resignation letters.",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00ff88",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}