{
  "id": "/",
  "name": "Desktop Meditator",
  "short_name": "Meditator",
  "description": "Guided meditation with 2000+ built-in voice prompts across modules including actualisation, fear and anxiety, and loving kindness.",
  "lang": "en-AU",
  "dir": "ltr",

  "start_url": "/index.html",
  "scope": "/",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],

  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",

  "categories": ["health", "education", "productivity"],
  "prefer_related_applications": false,

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "800x600",
      "type": "image/png"
    }
  ]
}