{
  "name": "PushForge - Web Push Notification Playground",
  "short_name": "PushForge",
  "description": "Free web push notification testing tool. Zero-dependency web-push alternative for Cloudflare Workers, Vercel Edge, Deno, Bun.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#1a1a2e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["developer tools", "utilities"],
  "icons": [
    {
      "src": "/assets/logo.png",
      "sizes": "931x931",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/logo.webp",
      "sizes": "931x931",
      "type": "image/webp",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}
