Logo Lanfrica

ongeramohammed/dukapro-remote-control

Creator:
ong
Host:
Remote ON/OFF control JSON for DukaPro Kenya General Shop app # DukaPro Kenya Remote Control This repository controls whether the DukaPro Kenya General Shop app is ON or OFF. ## App remote URL Paste this link inside the app under **Setup → Owner remote pause → Remote control URL**: ```text raw.githubusercontent.com ``` ## Turn app ON Edit `control.json` to: ```json { "active": true, "message": "Active: DukaPro Kenya access confirmed." } ``` ## Turn app OFF / pause Edit `control.json` to: ```json { "active": false, "message": "Paused: payment pending. Contact owner to reactivate." } ``` After editing, tap **Check now** in the app or reopen the app.