Magic Manager
Update your app
A new version is available. This takes about 5 minutes and keeps all your data, settings, and license — only the app's code changes.
Watch the walkthrough
Good to know: your leads, expenses, business settings, logo, and license key all live in your Google Sheet — updating the code doesn't touch any of them. Your app link stays the same too.
1
Open your app's code
- Open your Magic Manager spreadsheet.
- Top menu: Extensions → Apps Script. A code editor opens.
2
Replace each file with the latest
For each file below: click Get latest (opens the new code), select all (Ctrl/Cmd + A) and copy. Back in Apps Script, click that same file in the left list, select all, and paste over it.
- Get latestCode.gsthe server logic
- Get latestIndex.htmlthe main app screen
- Get latestSign.htmlthe client sign & pay page
- Get latestStore.htmlthe store / checkout page
Index.html is long — that's normal. Just make sure you select all of it before copying.
3
Save
- Click the 💾 Save icon (or Ctrl/Cmd + S). The little "unsaved" dot next to each file should clear.
4
Re-deploy (keeps your same link)
- Click Deploy → Manage deployments.
- Click the ✎ pencil (Edit) on your web-app deployment.
- Set Version to New version, then Deploy.
Always edit the existing deployment — don't create a new one, or your app link would change.
That's it! ☊
Reload your app link. The "update available" banner will be gone, and you're on the latest version.
Stuck? Reply to your purchase receipt and we'll help you through it.