The supplied Web.zip is included as the original application baseline under app/original-web/Web/.

Because the customer requested subscription enforcement inside the installed .exe, the Electron source now contains an added licensing layer:
- license-client.js
- license-required.html
- license gate in main.js/preload.js
- feature entitlement gate appended to index.html

The original application feature code remains the functional base; licensing is the added protection layer.
