{
  "id": "https://dimastro.com/apps/scope/",
  "name": "Virtual Oscilloscope",
  "short_name": "Scope",
  "description": "Simulate the scope trace of a guitar amp's power stage as you turn up volume and tone -- real tone-stack and clean-headroom math, an asymmetric clipping model, and load-mismatch/bias-derating effects.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#1c1712",
  "theme_color": "#1c1712",
  "categories": [
    "utilities",
    "productivity",
    "music"
  ],
  "icons": [
    {
      "src": "icons/icon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "icons/icon-120.png",
      "sizes": "120x120",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-167.png",
      "sizes": "167x167",
      "type": "image/png"
    },
    {
      "src": "icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Virtual Oscilloscope on iPhone"
    },
    {
      "src": "screenshots/desktop-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Virtual Oscilloscope on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Fender Topology",
      "short_name": "Fender",
      "description": "Jump straight to the Fender tone stack",
      "url": "./index.html?stack=fender",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Vox Topology",
      "short_name": "Vox",
      "description": "Jump straight to the Vox tone stack",
      "url": "./index.html?stack=vox",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Marshall Topology",
      "short_name": "Marshall",
      "description": "Jump straight to the Marshall tone stack",
      "url": "./index.html?stack=marshall",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
