{
  "name": "Hip Hop Drummer — Free Beat Generator",
  "short_name": "HH Drummer",
  "description": "Generate unique hip hop beats from scratch with 9 instruments, 37 styles, WAV/MIDI/MPC export, chord sheets, and production education. Free, no account, works offline.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0d0d12",
  "theme_color": "#15151c",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "education", "entertainment", "productivity"],
  "shortcuts": [
    {
      "name": "New Beat",
      "short_name": "New",
      "description": "Generate a fresh beat",
      "url": "./?action=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Hip Hop Drummer beat generator interface"
    }
  ],
  "lang": "en",
  "dir": "ltr",
  "iarc_rating_id": ""
}
