{
  "name": "DIP Switch Address Calculator",
  "short_name": "DIP Switch Calc",
  "description": "Calculate DIP switch positions for device addresses like BACnet MAC, Modbus RTU ID, and other DIP-configured devices",
  "start_url": "/dipswitchcalc/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a86e8",
  "icons": [
    {
      "src": "../../assets/icon/web/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../../assets/icon/web/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "../../assets/icon/web/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../../assets/icon/web/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["utilities", "productivity", "tools", "calculators", "engineering"],
  "lang": "en",
  "dir": "ltr",
  "orientation": "any",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope": "/dipswitchcalc/",
  "serviceworker": {
    "src": "../service-worker.js",
    "scope": "/dipswitchcalc/"
  }
}
