{
  "name": "Parkinson Mobile - Cogli",
  "short_name": "Parkinson Mobile",
  "description": "Self-assessment tests for Parkinson's tremor monitoring",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F1419",
  "theme_color": "#00FF82",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start New Test",
      "url": "/",
      "description": "Begin a new assessment session"
    },
    {
      "name": "View History",
      "url": "/history",
      "description": "Review past test results"
    }
  ]
}

