{
  "name": "Open on WhatsApp",
  "short_name": "WA Open",
  "description": "Paste a number and open it directly in WhatsApp",
  "start_url": "/whatsapp/",
  "scope": "/whatsapp/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f0f2f5",
  "theme_color": "#25d366",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}