{
  "short_name": "QuickTools",
  "name": "ABYZOR QuickTools Hub",
  "icons": [
    {
      "src": "../assets/favicon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "../assets/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "start_url": "index.html",
  "background_color": "#0e0e10",
  "theme_color": "#50d74b",
  "display": "standalone",
  "orientation": "portrait-primary",
  "description": "Free, browser-based tools for music theory calculation, tempo tapping, scale transposition, Euclidean drumming, and MIDI curve creation.",
  "shortcuts": [
    {
      "name": "Tap BPM",
      "url": "tap-bpm.html",
      "description": "Calculate tempo by tapping."
    },
    {
      "name": "Key Notation Converter",
      "url": "key-notation-converter.html",
      "description": "Convert harmonic keys."
    },
    {
      "name": "Chord Finder",
      "url": "chord-finder.html",
      "description": "Visualize chords and notes."
    }
  ]
}
