{
  "name": "Beat Forge Pro",
  "short_name": "Beat Forge",
  "description": "Music sequencer, Sound Garden, and ABC learning app",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#080810",
  "theme_color": "#080810",
  "lang": "en",
  "categories": ["music", "education", "entertainment"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Sequencer",
      "short_name": "SEQ",
      "url": "./index.html",
      "description": "Open the beat sequencer"
    }
  ]
}
