{
  "name": "RunMessenger",
  "short_name": "RunMessenger",
  "description": "Nostalgic 2000s instant messenger PWA with real-time chat, status system, chimes and Nudge.",
  "start_url": "/#app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ecfdf5",
  "theme_color": "#059669",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["social", "communication", "entertainment"]
}
