{
  "name": "SONIC PIANO",
  "short_name": "SONIC PIANO",
  "id": "com.kingsley.king-sonic-pro-2026",
  "description": "A premium sound synthesizer and piano application with multiple tones, recording capabilities, and beautiful visualizations. Play anywhere, works offline!",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "landscape",
  "theme_color": "#ff6b35",
  "background_color": "#1a1a1a",
  "icons": [
    {
      "src": "./icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "./icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Piano",
      "short_name": "Play",
      "description": "Start playing piano immediately",
      "url": "./index.html?action=play",
      "icons": [
        {
          "src": "./icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Record Session",
      "short_name": "Record",
      "description": "Start a new recording session",
      "url": "./index.html?action=record",
      "icons": [
        {
          "src": "./icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "./og-images/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "SONIC PIANO - Premium Web Synthesizer"
    }
  ],
  "categories": ["entertainment", "music", "utilities"],
  "prefer_related_applications": false,
  "lang": "en-US",
  "dir": "ltr",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
