{
  "name": "Partner Rescue Playbook",
  "short_name": "Playbook",
  "description": "A calm operating system for the partner showing up in the first six weeks postpartum. Built by Agape Care Doulas, Toronto.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1F2530",
  "theme_color": "#1F2530",
  "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": "I Don't Know What To Do",
      "short_name": "Quick Start",
      "description": "The front door. Tap what's happening, get the next thing to try.",
      "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. Press play.",
      "url": "./index.html#/audio",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Scripts Deck",
      "short_name": "Scripts",
      "description": "Twenty-four sentences for the moments words run out.",
      "url": "./index.html#/scripts",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
