{
  "name": "Calmo - Calm Communication Assistant",
  "short_name": "Calmo",
  "description": "Monitor your voice volume and practice calm communication with guided breathing exercises. Features cross-device sync, offline support, and complete internationalization in 4 languages.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E0FFFF",
  "theme_color": "#40E0D0",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "productivity", "lifestyle", "medical"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/logo_calmo_96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo_calmo_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo_calmo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo_calmo_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Breathing Exercise",
      "short_name": "Breathe",
      "description": "Begin a guided breathing exercise",
      "url": "/?action=breathe",
      "icons": [
        {
          "src": "/logo_calmo_96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Statistics",
      "short_name": "Stats",
      "description": "Check your progress and statistics",
      "url": "/?action=stats",
      "icons": [
        {
          "src": "/logo_calmo_96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Help & Tips",
      "short_name": "Help",
      "description": "Get help and view tips",
      "url": "/?action=help",
      "icons": [
        {
          "src": "/logo_calmo_96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Calmo mobile interface showing breathing exercises"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Calmo desktop interface with volume monitoring"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 400
  }
}