{
  "name": "Nightbell",
  "short_name": "Nightbell",
  "description": "Nightbell is an open-source Android uptime monitor. Checks run on your phone, API tokens stay on the device, and an outage arrives as a full-screen page with a looping alarm instead of a notification you swipe away.",
  "start_url": "/",
  "scope": "/",
  "display": "browser",
  "background_color": "#000000",
  "theme_color": "#000000",
  "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"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}