{
  "id": "/1020/",
  "name": "10-20 EEG System Visualizer",
  "short_name": "10-20 EEG",
  "description": "Interactive reference for 10-20 EEG electrode placement and AASM sleep montage landmarks.",
  "start_url": "./index.html?source=pwa",
  "scope": "/1020/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050510",
  "theme_color": "#050510",
  "categories": ["medical", "education"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "10-20 EEG Visualizer 3D View"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "10-20 EEG Visualizer Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "2D View",
      "url": "./index.html?view=2d&source=pwa",
      "description": "Open 2D electrode map"
    },
    {
      "name": "3D View",
      "url": "./index.html?view=3d&source=pwa",
      "description": "Open 3D head model"
    }
  ]
}
