{
  "id": "./guitar-app",
  "name": "ButtonBass Guitar Studio",
  "short_name": "BB Guitars",
  "description": "A touch-first guitar app with acoustic, electric, distorted, and bass instruments, full-height strings, and chord controls.",
  "start_url": "./guitar-app.html?source=pwa",
  "scope": "./",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "background_color": "#090e0a",
  "theme_color": "#0d1a0d",
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "images/guitar-app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/guitar-app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
