{
  "name": "Alrightly",
  "short_name": "Alrightly",
  "description": "Scheduled check-ins that alert your trusted contacts if you miss one.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f6a7a",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://alrightly.com/manifest.webmanifest",
      "id": "/app"
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}