{
  "name": "Onyrix",
  "short_name": "Onyrix",
  "description": "Collaborative Dream Pattern Recognition Network",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1b4b",
  "theme_color": "#3730a3",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Dream",
      "short_name": "Log",
      "description": "Record a new dream",
      "url": "/dashboard/log",
      "icons": [{ "src": "/icons/shortcut-log.png", "sizes": "96x96" }]
    },
    {
      "name": "Today's Insight",
      "short_name": "Insight",
      "description": "View your daily dream insight",
      "url": "/insights?quick=1",
      "icons": [{ "src": "/icons/shortcut-insight.png", "sizes": "96x96" }]
    }
  ]
}
