{
  "name": "MeditationHelper",
  "short_name": "Meditate",
  "description": "The meditation app that stays out of your way and helps you build a daily routine.\n\nSet your duration, and start a guided or unguided session. That's it.\nTrack your streak and total meditation time, and write a short reflection after each session. \n\nAvailable in 13 languages.",
  "categories": ["lifestyle", "health"],
  "theme_color": "#1c1510",
  "background_color": "#1c1510",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "id": "app.meditationhelper",
  "icons": [
    { "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/maskable_icon_x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable_icon_x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/main.png",
      "sizes": "1080x2222",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Main screen"
    },
    {
      "src": "/screenshots/unguided-session.png",
      "sizes": "1080x2215",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Unguided session"
    },
    {
      "src": "/screenshots/unguided-session-end.png",
      "sizes": "1080x1918",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "End of unguided session"
    },
    {
      "src": "/screenshots/session-history.png",
      "sizes": "1080x918",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Session history with reflections"
    },
    {
      "src": "/screenshots/settings.png",
      "sizes": "1080x1908",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "App settings"
    }
  ]
}