{
  "name": "Resistor Power Calculator",
  "short_name": "Resistor Pow",
  "description": "Calculate power dissipation in resistors using voltage, current, or resistance.",
  "start_url": "/electrical-engineering/resistor-power-calculator/",
  "scope": "/electrical-engineering/resistor-power-calculator/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "electrical-engineering"
  ],
  "icons": [
    {
      "src": "/icons/resistor-power-calculator-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/resistor-power-calculator-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}