{
  "name": "Soundara, by Etheris",
  "short_name": "Soundara",
  "description": "Your sound-healing companion. Soundscapes, breathwork, reflection and rebooking for nervous-system regulation.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0c0710",
  "theme_color": "#0c0710",
  "categories": ["health","lifestyle","wellness"],
  "lang": "en-GB",
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Emergency Calm", "short_name": "Calm", "url": "./index.html?action=calm", "icons":[{"src":"icons/icon-192.png","sizes":"192x192"}] },
    { "name": "Breathe", "short_name": "Breathe", "url": "./index.html?action=breathe" }
  ]
}
