{
  "name": "VerElect - Professional Electrical Calculators",
  "short_name": "VerElect",
  "description": "Advanced electrical engineering calculators with real-time results, step-by-step solutions, and comprehensive analysis. Works offline with full functionality.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "scope": "/",
  "categories": ["utilities", "productivity", "education"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VerElect Desktop View - Ohm's Law Calculator"
    },
    {
      "src": "/screenshots/desktop-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VerElect Desktop View - Cable Sizing Calculator"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VerElect Mobile View - Calculator Selection"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VerElect Mobile View - Three Phase Power Calculator"
    }
  ],
  "shortcuts": [
    {
      "name": "Ohm's Law Calculator",
      "short_name": "Ohm's Law",
      "description": "Quick access to Ohm's Law calculator",
      "url": "/ohms-law",
      "icon": "/icons/ohms-law.png"
    },
    {
      "name": "Cable Sizing Calculator",
      "short_name": "Cable Sizing",
      "description": "Quick access to cable sizing calculator",
      "url": "/cable-sizing",
      "icon": "/icons/cable-sizing.png"
    },
    {
      "name": "Three Phase Power Calculator",
      "short_name": "3-Phase Power",
      "description": "Quick access to three phase power calculator",
      "url": "/three-phase-power",
      "icon": "/icons/three-phase.png"
    },
    {
      "name": "Motor Sizing Calculator",
      "short_name": "Motor Sizing",
      "description": "Quick access to motor sizing calculator",
      "url": "/motor-sizing",
      "icon": "/icons/motor-sizing.png"
    },
    {
      "name": "Voltage Drop Calculator",
      "short_name": "Voltage Drop",
      "description": "Quick access to voltage drop calculator",
      "url": "/voltage-drop",
      "icon": "/icons/voltage-drop.png"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+verelect",
      "url": "/protocol?url=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.verelect.app",
      "id": "com.verelect.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/verelect/id1234567890",
      "id": "1234567890"
    }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  }
}