{
  "name": "Magic Scroll",
  "short_name": "Magic Scroll",
  "description": "Song/Sheet Music offline reader with chord diagrams, tuner, and metronome",
  "start_url": ".",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#3d0000",
  "background_color": "#1a1510",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "music",
    "utilities"
  ],
  "lang": "en"
}