{
  "name": "Virtual Piano",
  "short_name": "Piano",
  "description": "A quick set of virtual instruments to play right in your browser — no DAW required.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#16110d",
  "theme_color": "#16110d",
  "categories": ["music", "entertainment", "utilities"],
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
