{
  "name": "Aetheria: Harmonic Resonance Player",
  "short_name": "Aetheria",
  "description": "A 432Hz retuning media player with Solfeggio frequency layering, binaural beats, and sacred geometry visualizations. Works offline!",
  "start_url": "/",
  "display": "fullscreen",
  "display_override": ["window-controls-overlay", "fullscreen", "standalone"],
  "orientation": "any",
  "theme_color": "#020617",
  "background_color": "#020617",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["music", "entertainment", "multimedia", "audio"],
  "shortcuts": [
    {
      "name": "Open Player",
      "short_name": "Player",
      "description": "Open the Aetheria music player",
      "url": "/",
      "icons": [
        {
          "src": "/images/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "offline_enabled": true,
  "permissions": ["microphone", "notifications"],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+aetheria",
      "url": "/?track=%s"
    }
  ]
}