MOXIE DIGITAL - APP NAME EDIT FOR ALL PRODUCTS + IMAGE DISPLAY ROUTE UPDATE

What this patch adds
- Adds an APP NAME field above TAGLINE in the existing Edit Product popup.
- The field is shared by the product editor, so it applies to every product/app.
- Existing app name is loaded automatically when Edit is opened.
- Save Changes sends the edited name together with price, tagline, publish state and media fields.
- Product ID / slug is not changed, so permanent product/setup/guide links stay the same.
- Keeps the runtime product-image media gateway route fix included.

Install
1. Back up the current site files.
2. Extract this ZIP into public_html and allow these files to replace their matching paths.
3. DO NOT delete or replace private/.ultrox_key and DO NOT remove the live api folder.
4. Sign in to Admin, open Products, Edit any product, change APP NAME, then Save Changes.
5. Hard refresh the website (Ctrl+F5).

Updated files
- private/assets/28b5198ef4b46a41b65f90af31ffcf7629fe16d2003bbb6f6a893fe9bb12eefe.mxv1
- private/asset-manifest.php
- .htaccess
- router.php
- secure-asset.php

Note
- This patch is built against the SECURITY_ENV_EXAMPLE.zip version supplied in chat.
- The live /api backend was not present in that ZIP. The admin now sends the standard product field `name` through the existing updateProductAdmin endpoint. The public product card/detail code already renders product.name.
