{
  "name": "Night Rescue Kit",
  "short_name": "Night Rescue",
  "description": "A calm, immediately-usable companion for the hardest hours of new-parent nights. Built by Agape Care Doulas, Toronto.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#23201D",
  "theme_color": "#23201D",
  "lang": "en-CA",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "books"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Start at 2 AM",
      "short_name": "Quick Start",
      "description": "The triage front door — six choices for the hour you opened this.",
      "url": "./index.html#/quick-start",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Calm Audio",
      "short_name": "Audio",
      "description": "Three tracks recorded by Mandy. Press play.",
      "url": "./index.html#/audio",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Reassurance Scripts",
      "short_name": "Scripts",
      "description": "Sentences to say to yourself, to your partner, to the silent room.",
      "url": "./index.html#/reassurance",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
