{
  "name": "AetherNode Desktop",
  "short_name": "AetherNode",
  "description": "Modulare Desktop-Suite für AetherNode Anwendungen",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "lang": "de",
  "dir": "ltr",
  
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "screenshots": [
    {
      "src": "screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop View"
    },
    {
      "src": "screenshots/mobile.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile View"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Notizen",
      "short_name": "Notes",
      "description": "Notes & Tasks öffnen",
      "url": "/#/notes",
      "icons": [
        {
          "src": "icons/shortcut-notes.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Kalender",
      "short_name": "Calendar",
      "description": "Kalender öffnen",
      "url": "/#/calendar",
      "icons": [
        {
          "src": "icons/shortcut-calendar.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Projekte",
      "short_name": "Projects",
      "description": "Projekte öffnen",
      "url": "/#/projects",
      "icons": [
        {
          "src": "icons/shortcut-projects.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  
  "scope": "/",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}