{
          "name": "PingNow — Message Without Saving",
          "id": "com.pingnow.app",
          "short_name": "PingNow",
          "description": "Send WhatsApp messages to any number without saving the contact.",
          "start_url": "/",
          "display": "standalone",
          "background_color": "#0d0f12",
          "theme_color": "#25D366",
          "orientation": "portrait",
          "icons": [
                    {
                              "src": "icons/web-app-manifest-192x192.png",
                              "sizes": "192x192",
                              "type": "image/png"
                    },
                    {
                              "src": "icons/web-app-manifest-512x512.png",
                              "sizes": "512x512",
                              "type": "image/png",
                              "purpose": "maskable"
                    }
          ],
          "categories": ["productivity", "utilities"],
          "shortcuts": [
                    {
                              "name": "Send Message",
                              "short_name": "Send",
                              "url": "/",
                              "icons": [
                                        {
                                                  "src": "icons/web-app-manifest-192x192.png",
                                                  "sizes": "192x192"
                                        }
                              ]
                    }
          ],
          "screenshots": [
                    {
                              "src": "icons/screenshot1.jpg",
                              "sizes": "709x1536",
                              "type": "image/jpeg",
                              "form_factor": "narrow",
                              "label": "PingNow home screen"
                    },
                    {
                              "src": "icons/screenshot2.jpg",
                              "sizes": "729x1536",
                              "type": "image/jpeg",
                              "form_factor": "narrow",
                              "label": "PingNow templates"
                    }
          ]
}
