{
  "id": "https://dimastro.com/apps/bias/",
  "name": "Tube Bias Calculator Pro",
  "short_name": "Bias Calc",
  "description": "Work out safe plate dissipation and dial in idle bias for your power tubes.",
  "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": "Tube Bias Calculator Pro on iPhone"
    },
    {
      "src": "screenshots/desktop-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tube Bias Calculator Pro on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "% of Max Dissipation",
      "short_name": "% Dissipation",
      "description": "Jump straight to the target-percentage bias mode",
      "url": "./index.html?mode=percent",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Measured Plate Current",
      "short_name": "Plate Current",
      "description": "Jump straight to the measured plate current bias mode",
      "url": "./index.html?mode=current",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Cathode Resistor Drop",
      "short_name": "Cathode Drop",
      "description": "Jump straight to the cathode-resistor bias mode",
      "url": "./index.html?mode=resistor",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
