{
  "name": "NeuroNotes — A Calm Suite",
  "short_name": "NeuroNotes",
  "description": "Gentle wayfinding for calendar, tasks, and notes. By NeuroHealth.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0B1012",
  "background_color": "#0B1012",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Power Hour", "url": "./?shortcut=power-hour", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] },
    { "name": "Quick Capture", "url": "./?shortcut=capture", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] },
    { "name": "Close the Day", "url": "./?shortcut=shutdown", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "prefer_related_applications": false
}
