{
  "id": "./",
  "name": "starlight — sleep sounds",
  "short_name": "starlight",
  "description": "Blend soothing layers to relax, focus, or drift to sleep.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#080c14",
  "theme_color": "#080c14",
  "orientation": "portrait",
  "categories": ["lifestyle", "health", "music"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "./screenshots/home.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Blend rain, fire, ocean and more under a living night sky"
    },
    {
      "src": "./screenshots/sheet.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Shape the mix and set a sleep timer that fades you out"
    }
  ],
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Rainfall",
      "url": "./?scene=builtin-rainfall",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Fireside",
      "url": "./?scene=builtin-fireside",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Deep Rest",
      "url": "./?scene=builtin-deep-rest",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
